Update Article “2023-04-11-fabriquer-des-conteneurs-légers-depuis-une-ci-cd”
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ae25c8f2ff
commit
3d17551d6c
1 changed files with 10 additions and 1 deletions
|
@ -239,4 +239,13 @@ for m in $(jq -r '.manifests[] | .digest' index.json); do
|
|||
done
|
||||
```
|
||||
|
||||
Et voilà, on peut
|
||||
Et voilà, on peut tester notre nouveau registre :
|
||||
|
||||
```bash
|
||||
docker pull registry.deuxfleurs.org/albatros:0.9
|
||||
docker run --rm -it -e ALBATROS_URL="x" registry.deuxfleurs.org/albatros:0.9
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue