tech:notes_depot_docker_-_docker_registry
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:notes_depot_docker_-_docker_registry [2026/06/07 19:12] – modification externe 127.0.0.1 | tech:notes_depot_docker_-_docker_registry [2026/08/03 13:34] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 17: | Ligne 17: | ||
| * < | * < | ||
| + | |||
| + | ## local Docker registry | ||
| + | |||
| + | Registry local | ||
| + | ~~~bash | ||
| + | podman run -d -p 5000:5000 --restart always --name registry docker.io/ | ||
| + | ~~~ | ||
| Ligne 89: | Ligne 96: | ||
| ~~~bash | ~~~bash | ||
| - | podman run --rm --network host | + | podman run --rm --network host \ |
| -e REGISTRY_HOSTNAME=127.0.0.1: | -e REGISTRY_HOSTNAME=127.0.0.1: | ||
| -e REGISTRY_INSECURE=true \ | -e REGISTRY_INSECURE=true \ | ||
| Ligne 306: | Ligne 313: | ||
| * `crane` (asdf) | * `crane` (asdf) | ||
| * skopeo | * skopeo | ||
| + | * regctl / regclient | ||
| https:// | https:// | ||
tech/notes_depot_docker_-_docker_registry.1780852327.txt.gz · Dernière modification : de 127.0.0.1
