Docker

Dockerfile

File named dockerfile with no file extension that contains instructions for building the image.

Help

run docker to see a list of commands. Then docker <command> --help to get help on individual commands.

Pull to pull an image or build to build from a dockerfile

This generates an image. Then it needs to be Run or Created to get a container which can then be started.

Run to create and start or start to just start an existing containter

Common issues

See also rancher