forked from quentin/quentin.dufour.io
Update Article “2023-04-11-fabriquer-des-conteneurs-légers-depuis-une-ci-cd”
This commit is contained in:
parent
3d17551d6c
commit
b483b5d48c
1 changed files with 16 additions and 0 deletions
|
@ -244,8 +244,24 @@ 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
|
||||
# 2023/04/11 14:40:08 Albatros public URL: x
|
||||
# 2023/04/11 14:40:08 Use Nomad default configuration
|
||||
# 2023/04/11 14:40:08 Use Consul default configuration
|
||||
# 2023/04/11 14:40:08 Albatros listen on :8080
|
||||
```
|
||||
|
||||
On peut aussi vérifier que skopeo est content avec notre registre :
|
||||
|
||||
```bash
|
||||
skopeo --insecure-policy copy --all docker://registry.deuxfleurs.org/albatros:0.9 oci:/tmp/discard/
|
||||
```
|
||||
|
||||
## Petite réflexion sur ce qu'on vient de faire
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue