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 9: Line 9:
 
   
 
   
 
  docker build --[[build-arg]] [[arch]]=$arch -t your_artifactory.your_domain.com/test-multi-arch/busybox:$arch-test .
 
  docker build --[[build-arg]] [[arch]]=$arch -t your_artifactory.your_domain.com/test-multi-arch/busybox:$arch-test .
 +
 +
-t Tag an image https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t
 +
  
 
==Related commands ==
 
==Related commands ==
 +
* <code>[[docker push]]</code>
 
* <code>[[docker save]]</code>
 
* <code>[[docker save]]</code>
 
* <code>[[docker load]]</code>
 
* <code>[[docker load]]</code>

Revision as of 12:33, 15 April 2020

Advertising: