Skip to content

Instantly share code, notes, and snippets.

@nahiluhmot
Created April 9, 2014 17:16
Show Gist options
  • Save nahiluhmot/10293686 to your computer and use it in GitHub Desktop.
Save nahiluhmot/10293686 to your computer and use it in GitHub Desktop.
Docker build help
$ docker build -h
Usage: docker build [OPTIONS] PATH | URL | -
Build a new container image from the source code at PATH
--no-cache=false: Do not use cache when building the image
-q, --quiet=false: Suppress the verbose output generated by the containers
--rm=true: Remove intermediate containers after a successful build
-t, --tag="": Repository name (and optionally a tag) to be applied to the resulting image in case of success
Copy link

ghost commented Apr 9, 2014

nyelvész

Copy link

ghost commented Apr 9, 2014

nyelvész URL

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