diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 50 |
1 files changed, 38 insertions, 12 deletions
@@ -4,10 +4,22 @@ author: gitlab.com/xlgmokha/developing-with-docker date: 2020-06-10 --- -# Developing with Docker -## Mo Khan +# Developing with Docker - Mo Khan | Software Engineer | Composition Analysis | GitLab -| Software Engineer | Composition Analysis | GitLab | +```text + How + to + Docker + better? + ## . + ## ## ## == + ## ## ## ## ## === + /"""""""""""""""""\___/ === + { / ===- + \______ O __/ + \ \ __/ + \____\_______/ +``` # Agenda @@ -17,6 +29,22 @@ date: 2020-06-10 * Analyze * Optimize +```text +< What are we going to talk about? > + ---------------------------------- + \ + \ + \ + ## . + ## ## ## == + ## ## ## ## === + /""""""""""""""""___/ === + ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ + \______ o __/ + \ \ __/ + \____\______/ +``` + # Definitions * Image @@ -80,15 +108,13 @@ Containers can be identified by their container Id or a name. # Image identifier -[registry]name:tag +`[registry]name:tag` -If the registry is ommitted, then docker.io is assumed. +If the registry is omitted, then docker.io is assumed. * registry.gitlab.com/gitlab-org/security-products/license-management:latest * alpine:latest -Note: TLS is assumed transport - # Definitions - Registry Registry: stores images and makes them available to others @@ -125,11 +151,11 @@ curl -s -i https://registry-1.docker.io/v2/alpine/tags/list -------------- | A V | - ------------ - | Registry | - ------------ - | Images | - ------------ + ------------ + | Registry | + ------------ + | Images | + ------------ ``` https://docs.docker.com/get-started/overview/#docker-architecture |
