diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-11 09:54:27 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-11 09:54:27 -0600 |
| commit | ec1edf88e4a700d7b309d4a636438bc390aa73da (patch) | |
| tree | 4e93446611735c1a310308d6b1214e1c65203e79 | |
| parent | 8bad113d8aec3bceb9f22391a0cbeb913eae6c86 (diff) | |
| -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 |
