docker run One container we ran daemonized in the background. In the process we learned about several Docker commands: docker ps - Lists containers. docker logs docker stop docker The docker client is pretty simple. Each action you can take with Docker is a command and each command can take a series of flags and arguments. # Usage: [sudo] docker [flags] [command] [arguments] .. # Example: $ sudo docker run -i -t ubuntu /bin/bash Let's see this in action by using the docker version command to return version information on the currently installed Docker client and daemon.
Read full article from Working with Containers - Docker Documentation
No comments:
Post a Comment