tech:notes_docker
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_docker [2025/11/26 22:00] – Jean-Baptiste | tech:notes_docker [2026/03/19 15:50] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 176: | Ligne 176: | ||
| doesn' | doesn' | ||
| Submounts like / | Submounts like / | ||
| + | |||
| ==== Autres - seccomp | ==== Autres - seccomp | ||
| Ligne 395: | Ligne 396: | ||
| docker load -i <path to image tar file> | docker load -i <path to image tar file> | ||
| </ | </ | ||
| + | |||
| + | |||
| == Debug | == Debug | ||
| Ligne 419: | Ligne 422: | ||
| docker run --platform linux/amd64 --publish 8000:8080 ghcr.io/ | docker run --platform linux/amd64 --publish 8000:8080 ghcr.io/ | ||
| </ | </ | ||
| + | |||
| === Notes brouillon | === Notes brouillon | ||
| Ligne 427: | Ligne 431: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * `/ | ||
| ''/ | ''/ | ||
| Ligne 619: | Ligne 624: | ||
| grep CRIT / | grep CRIT / | ||
| </ | </ | ||
| + | |||
| == Notes DNS Bind9 | == Notes DNS Bind9 | ||
| Ligne 697: | Ligne 703: | ||
| docker save -o plop.tar.gz acme/jibe | docker save -o plop.tar.gz acme/jibe | ||
| </ | </ | ||
| + | |||
| ==== Notes console TTY | ==== Notes console TTY | ||
| Ligne 705: | Ligne 712: | ||
| If you use -t and -i then Control-C will terminate the container. When using -i with -t then you have to use Control-P Control-Q to detach without terminating. | If you use -t and -i then Control-C will terminate the container. When using -i with -t then you have to use Control-P Control-Q to detach without terminating. | ||
| + | |||
| ==== Notes Haute dispo / Cluster | ==== Notes Haute dispo / Cluster | ||
tech/notes_docker.1764190808.txt.gz · Dernière modification : de Jean-Baptiste
