JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
youhoc
Pages
Home
Linux
Day 1: Linux Distributions & Navigation
Day 2: User Management
Day 3: File Permission & Ownership
Day 4: Package Management
Day 5: Services Management
Javascript
PHP
Docker
Container Basics
Container Networking
Container Image
Container Volume & Persistent Data
Dockerfile
Docker Compose
Docker Registry
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 (
Ctrl
P
) instead.