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/10/10 09:17] – Jean-Baptiste | tech:notes_docker [2025/12/05 11:50] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 5: | Ligne 5: | ||
| Voir : | Voir : | ||
| * '' | * '' | ||
| + | * [[Scan de vulnérabilité pour les images de conteneurs]] | ||
| Voir aussi OpenContainers : | Voir aussi OpenContainers : | ||
| Ligne 16: | Ligne 17: | ||
| * https:// | * https:// | ||
| + | Django: Mise en place de l’HTTPS via Nginx | ||
| + | * https:// | ||
| + | |||
| + | Mise en production de Django via Docker | ||
| + | * https:// | ||
| Docker et sécurité : | Docker et sécurité : | ||
| * https:// | * https:// | ||
| - | * [[https:// | ||
| Ligne 86: | Ligne 91: | ||
| <code ini> | <code ini> | ||
| [Service] | [Service] | ||
| - | Environment = " | + | # Environment = " |
| + | Environment = " | ||
| </ | </ | ||
| Ligne 170: | Ligne 176: | ||
| doesn' | doesn' | ||
| Submounts like / | Submounts like / | ||
| + | |||
| ==== Autres - seccomp | ==== Autres - seccomp | ||
| Ligne 389: | Ligne 396: | ||
| docker load -i <path to image tar file> | docker load -i <path to image tar file> | ||
| </ | </ | ||
| + | |||
| + | |||
| == Debug | == Debug | ||
| Ligne 413: | 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 501: | Ligne 511: | ||
| </ | </ | ||
| - | === Proxy (sous Debian) | + | |
| + | === Proxy | ||
| <code bash> | <code bash> | ||
| - | export | + | export |
| </ | </ | ||
| Ligne 612: | Ligne 623: | ||
| grep CRIT / | grep CRIT / | ||
| </ | </ | ||
| + | |||
| == Notes DNS Bind9 | == Notes DNS Bind9 | ||
| Ligne 690: | Ligne 702: | ||
| docker save -o plop.tar.gz acme/jibe | docker save -o plop.tar.gz acme/jibe | ||
| </ | </ | ||
| + | |||
| ==== Notes console TTY | ==== Notes console TTY | ||
| Ligne 698: | Ligne 711: | ||
| 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.1760080647.txt.gz · Dernière modification : de Jean-Baptiste
