Difference between revisions of "Docker build"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
 
* https://docs.docker.com/engine/reference/commandline/build/
 
* https://docs.docker.com/engine/reference/commandline/build/
  
=== Build an image without repo/tag/name ===
+
== Build an image without repo/tag/name ==
 
* <code>[[docker build .]]</code>
 
* <code>[[docker build .]]</code>
  

Revision as of 12:47, 11 June 2022

docker build builds an image from a Dockerfile

Build an image without repo/tag/name

  • docker build -t my-image_name .
  • docker build --tag my-confluence-image-name --build-arg CONFLUENCE_VERSION=6.x.x
  • docker build -t myregistry.jfrog.io/backend/test --push --progress=plain .
  • docker build --build-arg arch=$arch -t your_artifactory.your_domain.com/test-multi-arch/busybox:$arch-test .
  • docker build --cache-from=
docker build
"docker build" requires exactly 1 argument.
See 'docker build --help'.

Usage:  docker build [OPTIONS] PATH | URL | - 

Build an image from a Dockerfile

Related terms

See also

Advertising: