Essential docker commands
Lets start with some basic commands
To see what's running, I use commands for listing containers and images. For active containers, it's docker ps. To include stopped ones, add the -a flag: docker ps -a. For images on your system, just run docker ima...
springbootintro.hashnode.dev3 min read