5 Docker commands for beginners that will make your life easier.
In this article we’ll look at 5 Docker CLI commands you should know. These might not be the most common commands but knowing about these will come in handy for debugging, free up memory and clean up. 1. Stopping All Containers Stopping a container is pretty straight forward docker stop my_container but what if you…