Differences between revisions 1 and 2
Revision 1 as of 2023-04-03 01:03:09
Size: 671
Comment:
Revision 2 as of 2023-04-04 16:41:35
Size: 705
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
!GitHub for `docker(1)`. '''!DockerHub''' is, essentially, !GitHub for `docker(1)`.

DockerHub

!DockerHub is, essentially, !GitHub for docker(1).


Image Registry

!DockerHub is, first and foremost, a container image registry.

With docker(1) specifically, this is the default registry. Images can be pulled by simply specifying the namespace, name, and tag (i.e. internetsystemsconsortium/bind9:9.18). For 'official' images, the namespace is omitted (i.e. nginx:latest).

With other container managers, the registry is accessed by docker.io. (The above images would be available from docker.io/internetsystemsconsortium/bind9:9.18 and docker.io/library/nginx:latest, respectively.)


CategoryRicottone

Docker/Hub (last edited 2023-04-04 16:41:35 by DominicRicottone)