Skip to content

Instantly share code, notes, and snippets.

@ncole458
Last active October 15, 2018 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncole458/70966004e7704dd31896f2b9685dfb4d to your computer and use it in GitHub Desktop.
Save ncole458/70966004e7704dd31896f2b9685dfb4d to your computer and use it in GitHub Desktop.
Docker commands
# view container instances
docker container ls
# activate instance, i.e. nginx, django etc.
docker exec -i -t be821b60fa28 /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment