Skip to content

Instantly share code, notes, and snippets.

@ahmad88me
Last active October 13, 2018 15:48
Show Gist options
  • Save ahmad88me/1600d56307e10734ff498cdbe872eb79 to your computer and use it in GitHub Desktop.
Save ahmad88me/1600d56307e10734ff498cdbe872eb79 to your computer and use it in GitHub Desktop.
Docker simple cheatsheet

Images

  • list images docker image ls
  • create image from a docker file docker image build -t imgname:imgtag .

Containers

  • run a container docker container run --interactive --tty --name containername imgname:imgtag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment