From 1d05c85daaa3ccf967a50edbc283a450cb5ad04f Mon Sep 17 00:00:00 2001 From: PatSki123 Date: Thu, 30 Apr 2020 05:03:02 -0400 Subject: [PATCH] Added 25 Basic Docker Commands for Beginners under Useful Resources Helpful article to get anyone started with the Docker CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 653a39e..8cf9360 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ Services to securely store your Docker images. - [Docker dev bookmarks](https://www.bookmarks.dev/search?q=docker) - use the tag [docker](https://www.bookmarks.dev/tagged/docker) - [Docker packaging guide for Python](https://pythonspeed.com/docker/) - a series of detailed articles on the specifics of Docker packaging for Python. - [Learn Docker in a Month of Lunches](https://www.manning.com/books/learn-docker-in-a-month-of-lunches) +- [25 Basic Docker Commands for Beginners](https://codeopolis.com/posts/25-basic-docker-commands-for-beginners/) ## Awesome Lists