Skip to content

Instantly share code, notes, and snippets.

@riccardone
Created August 25, 2020 08:41
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 riccardone/25e137b63f1e59a800e28d915df534f6 to your computer and use it in GitHub Desktop.
Save riccardone/25e137b63f1e59a800e28d915df534f6 to your computer and use it in GitHub Desktop.
Basic Docker commands
> docker build -t yourprogramname-image -f Dockerfile .
> docker create --name yourprogramname-container yourprogramname-image
> docker start yourprogramname-container
> docker logs yourprogramname-container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment