Outils pour utilisateurs

Outils du site


informatique:docker

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
informatique:docker [13/04/2019 10:12] – [docker save] cyrilleinformatique:docker [11/09/2021 17:49] – [nginx-proxy] nginx-proxy/acme-companion cyrille
Ligne 88: Ligne 88:
 </code> </code>
  
 +if you are running short-term foreground processes, add ''--rm'' option.
 +
 +Voir [[https://docs.docker.com/engine/reference/run/|reference/run]]
 === docker start === === docker start ===
  
Ligne 147: Ligne 150:
  docker save -o <save image filename> <image name>  docker save -o <save image filename> <image name>
 </code> </code>
- 
 ou ou
 +<code bash>
 + docker save <image name> | bzip2 > -o <save image filename.bz2>
 +</code>
  
-<code> +=== docker cp ===
-docker save <image name>| bzip2>-o<save image filename.bz2>'' '' +
-</file>=== docker cp ===+
  
-<code>''docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH +Pour copier un fichier du container vers le host; 
-''+<code bash> 
 +docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH
 </code> </code>
  
 +=== docker volume rm ===
  
 +<code bash>
 +docker volume rm [OPTIONS] VOLUME [VOLUME...]
 +</code>
 ==== Dockerfile ==== ==== Dockerfile ====
  
Ligne 208: Ligne 216:
 Le container [[https://hub.docker.com/r/jwilder/nginx-proxy/|jwilder/nginx-proxy]] sert de reverse proxy aux containers Dockers fournissant des services web. Le container [[https://hub.docker.com/r/jwilder/nginx-proxy/|jwilder/nginx-proxy]] sert de reverse proxy aux containers Dockers fournissant des services web.
  
-Le conteneur nginx-proxy peut-être démarré après les virtualhosts conteneursC'est cool pour le boot du système ;-)+==== nginx-proxy/acme-companion ==== 
 + 
 +https://github.com/nginx-proxy/acme-companion 
 + 
 +acme-companion is a lightweight companion container for nginx-proxy. It handles the automated creation, renewal and use of LetsEncrypt SSL certificates for proxied Docker containers through the ACME protocol. 
 + 
 +  * Automated creation/renewal of Let's Encrypt (or other ACME CAs) certificates using acme.sh. 
 +  * Let's Encrypt / ACME domain validation through http-01 challenge only. 
 +  * Automated update and reload of nginx config on certificate creation/renewal. 
 +  * Support creation of Multi-Domain (SANCertificates. 
 +  * Creation of a Strong Diffie-Hellman Group at startup. 
 +  * Work with all versions of docker. 
 ==== webdevops ==== ==== webdevops ====
  
informatique/docker.txt · Dernière modification : 24/11/2023 20:44 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki