Skip to content

Instantly share code, notes, and snippets.

@radustoenescu
Created January 7, 2020 11:52
Show Gist options
  • Save radustoenescu/c3cc6f6dd4642f0c98ed4502e7abee79 to your computer and use it in GitHub Desktop.
Save radustoenescu/c3cc6f6dd4642f0c98ed4502e7abee79 to your computer and use it in GitHub Desktop.
docker notes

Dockerfile + docker build . => Docker image

docker tag 66c76cea05bb image_name

docker run -i -t --name container_name image_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment