Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 282 Bytes

06_container_registry.md

File metadata and controls

8 lines (7 loc) · 282 Bytes

Container Registry

  1. Run registry image on your local docker
  2. Pull any image from docker hub
  3. Tag pulled image to be able to push into local registry
  4. Push image into that registry
  5. Delete image from local docker (docker rmi ...) and pull from registry