Fix some book issues
This commit is contained in:
parent
6e135a40de
commit
3d8dd24b78
30 changed files with 109 additions and 110 deletions
|
|
@ -79,8 +79,8 @@ aussi en envoyer.
|
|||
|
||||
Si maintenant `docker` fait appel à un programme externe pour lancer
|
||||
effectivement nos conteneurs, c'est que l'on peut changer cette implémentation
|
||||
? la réponse dans l'article :
|
||||
? la réponse dans l'article :\
|
||||
<https://ops.tips/blog/run-docker-with-forked-runc/>
|
||||
|
||||
Et `containerd` dans l'histoire ?
|
||||
Et `containerd` dans l'histoire ?\
|
||||
<https://hackernoon.com/docker-containerd-standalone-runtimes-heres-what-you-should-know-b834ef155426>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ lang="en-US">`repository:hello-world:pull`</span>). Ce qui nous donne :
|
|||
|
||||
<div lang="en-US">
|
||||
```bash
|
||||
42sh$ curl "https://auth.docker.io/token?service=registry.docker.io&"\
|
||||
42sh$ curl "https://auth.docker.io/token?service=registry.docker.io&" \
|
||||
"scope=repository:library/hello-world:pull" | jq .
|
||||
```
|
||||
```json
|
||||
|
|
@ -98,7 +98,8 @@ système d'exploitation :
|
|||
curl -s \
|
||||
-H "Authorization: Bearer ${TOKEN}" \
|
||||
-H "Accept: ${MEDIATYPE}" \
|
||||
"https://registry-1.docker.io/v2/library/hello-world/manifests/${MNFST_DGST}"
|
||||
"https://registry-1.docker.io/v2/library/hello-world/manifests/
|
||||
${MNFST_DGST}"
|
||||
```
|
||||
</div>
|
||||
|
||||
|
|
@ -119,7 +120,7 @@ Pour récupérer la configuration de l'image :
|
|||
```bash
|
||||
curl -s --location \
|
||||
-H "Authorization: Bearer ${TOKEN}" \
|
||||
"https://registry-1.docker.io/v2/library/hello-world/blobs/${CONFIG_DIGEST}"
|
||||
"https://registry-1.docker.io/v2/library/hello-world/blobs/${CNF_DIGEST}"
|
||||
```
|
||||
</div>
|
||||
|
||||
|
|
@ -129,7 +130,7 @@ Enfin, armé du `digest` de notre couche, il ne nous reste plus qu'à la demande
|
|||
<div lang="en-US">
|
||||
```bash
|
||||
wget --header "Authorization: Bearer ${TOKEN}" \
|
||||
"https://registry-1.docker.io/v2/library/hello-world/blobs/${LAYER_DIGEST}"
|
||||
"https://registry-1.docker.io/v2/library/hello-world/blobs/${LAYER_DGST}"
|
||||
```
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ runc spec
|
|||
```
|
||||
</div>
|
||||
|
||||
Pour savoir à quoi correspondent tous ces éléments, vous pouvez consulter :
|
||||
Pour savoir à quoi correspondent tous ces éléments, vous pouvez consulter :\
|
||||
<https://github.com/opencontainers/runtime-spec/blob/master/config.md>
|
||||
|
||||
Rassurez-vous, il n'y a que très peu de champs à modifier.
|
||||
|
|
|
|||
|
|
@ -131,10 +131,10 @@ Testing mysql...
|
|||
✗ High severity vulnerability found in gcc-8/libstdc++6
|
||||
Description: Insufficient Entropy
|
||||
Info: https://snyk.io/vuln/SNYK-DEBIAN10-GCC8-469413
|
||||
Introduced through: apt@1.8.2.3, mysql-community/mysql-community-client@[...]
|
||||
Introduced through: apt@1.8.2.3, mysql-community/mysql-client@[...]
|
||||
From: apt@1.8.2.3 > gcc-8/libstdc++6@8.3.0-6
|
||||
From: mysql-community/mysql-community-client@8.0.26-1debian10 > gcc-8[...]
|
||||
From: mysql-community/mysql-community-server-core@8.0.26-1debian10 > gcc-8[...]
|
||||
From: mysql-community/mysql-client@8.0.26-1debian10 > gcc-8[...]
|
||||
From: mysql-community/mysql-server-core@8.0.26-1debian10 > gcc-8[...]
|
||||
and 7 more...
|
||||
Image layer: Introduced by your base image (mysql:8.0.26)
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ Docker image: mysql
|
|||
Platform: linux/amd64
|
||||
Base image: mysql:8.0.26
|
||||
|
||||
Tested 135 dependencies for known vulnerabilities, found 79 vulnerabilities.
|
||||
Tested 135 dependencies for known vulnerabilities, found 79 vulnerabilities
|
||||
|
||||
According to our scan, you are currently using the most secure version of
|
||||
the selected base image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue