Tag Archives: docker stat

List of Useful Docker Commands – Docker run

List of all docker containers which we created including stopped containers: docker ps –all   List all the containers which are running: docker ps   Create container (example: pull hello-world image from docker hub and create a new container from the image). It returns a container id. docker create hello-world   Docker run command,  which […]