youhoc
Docker

Docker Registry

An image registry needs to be part of your container plan
github → code & dockerfile
registry → build image from code → publish to dockerhub, amazon hub, github registry
pull to host → from registry
Docker ecosystem:
hub (the most popular)
store
cloud
A repo in Github:
each app is a repo
a repo includes:
code (nodejs or php)
server (dockerfile, service)
database (dockerfile, service)
NOT INCLUDE: unique data
image: cdn (can be used both local and prod)
database: external storage (need to be synced)
Private Docker Registry
private register = a software docker to store other private dockers
you run yourself
not full feartured as Hub
storage support external and S3...
attention: storage cleanup
enable hub cache via registry-mirror


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.