Skip to content

Instantly share code, notes, and snippets.

@HelioNeves
Last active September 14, 2019 00:29
Show Gist options
  • Save HelioNeves/3b2af5eab2736eb53f70c9fcec3624ca to your computer and use it in GitHub Desktop.
Save HelioNeves/3b2af5eab2736eb53f70c9fcec3624ca to your computer and use it in GitHub Desktop.
List of useful Docker Commands.

Start your docker image with iterativity

docker start -i [image-name]

Remove all your docker images

docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment