docker-internals: fix ambiguity
This commit is contained in:
parent
6eeec595f2
commit
8bf8bef23b
2 changed files with 7 additions and 6 deletions
|
@ -153,7 +153,7 @@ Réalisez un script pour automatiser l'ensemble de ces étapes :
|
||||||
```bash
|
```bash
|
||||||
42sh$ cd $(mktemp)
|
42sh$ cd $(mktemp)
|
||||||
|
|
||||||
42sh$ ~/workspace/registry_play.sh library/hello
|
42sh$ ~/workspace/registry_play.sh library/hello-world
|
||||||
|
|
||||||
42sh$ find
|
42sh$ find
|
||||||
.
|
.
|
||||||
|
|
|
@ -31,12 +31,13 @@ cela dépendra de votre avancée dans le projet) :
|
||||||
<div lang="en-US">
|
<div lang="en-US">
|
||||||
```
|
```
|
||||||
login_x-TP5/
|
login_x-TP5/
|
||||||
login_x-TP5/docker-compose.yml
|
login_x-TP5/docker-compose.yml # 1. Clair
|
||||||
login_x-TP5/clair_config/config.yaml
|
login_x-TP5/clair_config/config.yaml
|
||||||
login_x-TP5/nginx:mainline.html
|
login_x-TP5/nginx:mainline.html # rapport d'analyse PAclair
|
||||||
login_x-TP5/registry_play.sh
|
login_x-TP5/registry_play.sh # 3. Registre
|
||||||
login_x-TP5/config.json
|
login_x-TP5/config.json # 4. runc
|
||||||
login_x-TP5/vault.yml
|
login_x-TP5/... # + scripts éventuels
|
||||||
|
login_x-TP5/vault.yml # 5. LinuxKit
|
||||||
login_x-TP5/pkg/...
|
login_x-TP5/pkg/...
|
||||||
```
|
```
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue