Skip to content

Instantly share code, notes, and snippets.

@clodo
Last active January 18, 2017 14:07
Show Gist options
  • Save clodo/693b0da861e2249e5ba3f1b49993b70c to your computer and use it in GitHub Desktop.
Save clodo/693b0da861e2249e5ba3f1b49993b70c to your computer and use it in GitHub Desktop.
Docker
$ docker images
$ docker ps -l -a
$ docker rm <container>
$ docker rmi <image>
$ docker logs -f nostalgic_morse
$ docker port nostalgic_morse
$ docker top nostalgic_morse
$ docker-compose up --build
$ docker-compose build <container>
http://moncho.github.io/dry/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment