diff --git a/src/content/notes/list-versions-of-docker-engine-community-edition.md b/src/content/notes/list-versions-of-docker-engine-community-edition.md new file mode 100644 index 0000000..e0cdc34 --- /dev/null +++ b/src/content/notes/list-versions-of-docker-engine-community-edition.md @@ -0,0 +1,11 @@ +--- +title: 'List Versions Of Docker Engine Community Edition' +pubDate: 02-03-2025 +tags: ['note', 'docker', 'cli'] +--- + +A command to list specific versions of Docker Engine (CE). + +```bash +apt-cache madison docker-ce +``` \ No newline at end of file