Skip to content

Instantly share code, notes, and snippets.

@breim
Created March 1, 2019 21:32
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 breim/678ae68656943d2686d28d26dacb273f to your computer and use it in GitHub Desktop.
Save breim/678ae68656943d2686d28d26dacb273f to your computer and use it in GitHub Desktop.
sudo docker build . -t face8
sudo docker run --name face8 -d -p 8081:8081
sudo docker stop face8
sudo docker start face8
sudo docker ps -a
sudo docker run -it face8 bash
sudo docker exec -it face8 bash
sudo docker container ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment