Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.01 KB

container.registries.md

File metadata and controls

33 lines (24 loc) · 1.01 KB
title nextpage
Container Registries
running.docker.on.a.server

{% include nav.html %}

Registry Examples

Note: Registries contain repositories.

Docker Commands for working with Registries

  • docker login
    • log into a registry (dockerhub is the default)
  • docker pull
    • pulls an image from a repository
    • login is required to pull from a private repository
  • docker push
    • pushes an image to a repository (login is required)

{% include next.html %}