Skip to content

Instantly share code, notes, and snippets.

@szukalski
Last active March 6, 2017 08:18
Show Gist options
  • Select an option

  • Save szukalski/7e23f9a15d6bca18755ca29bee355a4f to your computer and use it in GitHub Desktop.

Select an option

Save szukalski/7e23f9a15d6bca18755ca29bee355a4f to your computer and use it in GitHub Desktop.
useful docker commands
docker run -d -v <local_vol>:<container_vol> -p <local_port>:<container_port> --restart always IMAGE
docker exec -it RUNNING_IMAGE COMMAND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment