Working on Orchestration and what's next
This commit is contained in:
parent
91202103e4
commit
a3a9efd67f
22
notes/5_orchestration_building_systems_with_docker.md
Normal file
22
notes/5_orchestration_building_systems_with_docker.md
Normal file
@ -0,0 +1,22 @@
|
||||
# 5. Orchestration: Building Systems with Docker
|
||||
|
||||
## Registries in detail
|
||||
|
||||
Companies will create their own docker registry
|
||||
|
||||
### What is a Docker Registry?
|
||||
|
||||
* It's a program
|
||||
* Stores layers and images
|
||||
* Listens on (by default) port 5000
|
||||
* Maintains an index and search tags
|
||||
* Authorizes and authenticates connections (sometimes)
|
||||
|
||||
### Popular Docker Registry Programs
|
||||
|
||||
* Official Docker registry
|
||||
* Nexus
|
||||
|
||||
### Running the Docker Registry in Docker
|
||||
* Docker makes installing network service easy
|
||||
* The registry is a Docker service
|
6
notes/6_where_to_go.md
Normal file
6
notes/6_where_to_go.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Where To Go Next
|
||||
|
||||
* Goal: get one service to run in docker
|
||||
* Learn more about Dockerfiles
|
||||
* Run a production service on your laptop
|
||||
* Make a personal development image (containing all development tool)
|
Loading…
x
Reference in New Issue
Block a user