7. List of 20 docker commands and its use cases with example?
Docker psThis command is used to list all the running containers in the background. Docker ps -aThis command is used to know the details of all the running, stopped, or exited containers. Docker versionWe usually start by finding the installed version of docker that we are working on. Docker pullAs the name suggests, this command pulls a specific image from the Docker Hub. All you have to do is use the command ādocker pullā along with the name of the
Read more