Skip to content

Instantly share code, notes, and snippets.

@abhi9bakshi
Last active February 27, 2019 07:22
Show Gist options
  • Save abhi9bakshi/a472ef5d7921cb6abd64e58eabacd088 to your computer and use it in GitHub Desktop.
Save abhi9bakshi/a472ef5d7921cb6abd64e58eabacd088 to your computer and use it in GitHub Desktop.
Learn how to develop and deploy web applications with Docker technologies. Take your DevOps skills to the next level.

Run a container

docker run <container-name>

List all containers

docker ps -a

Display low level container information

docker inspect <container-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment