Improve and update docker-basis
This commit is contained in:
parent
3d19dc71be
commit
46d1f91e0e
6 changed files with 174 additions and 7 deletions
|
|
@ -62,6 +62,7 @@ principaux registres :
|
|||
|
||||
- <https://hub.docker.com/>
|
||||
- <https://quay.io/>
|
||||
- <https://ghcr.io/> (GitHub Container Registry)
|
||||
|
||||
::::: {.warning}
|
||||
|
||||
|
|
@ -155,7 +156,7 @@ registre tiers :
|
|||
|
||||
<div lang="en-US">
|
||||
```bash
|
||||
docker container un registry.nemunai.ie/hello-world
|
||||
docker container run registry.nemunai.re/hello-world
|
||||
```
|
||||
</div>
|
||||
|
||||
|
|
@ -164,9 +165,9 @@ nécessaire de récupérer l'image. Elle est ensuite exécutée. Vous devriez do
|
|||
obtenir un résultat en deux parties, similaire à la sortie suivante :
|
||||
|
||||
<div lang="en-US">
|
||||
```bash
|
||||
```
|
||||
Unable to find image 'registry.nemunai.re/hello-world:latest' locally
|
||||
latest: Pulling from library/hello-world
|
||||
latest: Pulling from hello-world
|
||||
2db29710123e: Already exists
|
||||
Digest: sha256:7d246653d0511db2a6b2e0436cfd0e52ac8c066000264b3ce63331ac66dca625
|
||||
Status: Downloaded newer image for registry.nemunai.re/hello-world:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue