Update docker_fr.md

This commit is contained in:
valentin@grimaud.me 2015-10-08 23:28:33 +02:00 committed by YunoHost
parent 0f6bc84c2b
commit 5767af952d

View file

@ -50,7 +50,7 @@ docker pull zamentur/yunohost-stable8
Vous pouvez également construire le conteneur manuellement :
```bash
docker build -t yunohost/full github.com/YunoHost/Dockerfile
docker build -t zamentur/yunohost-stable8 github.com/YunoHost/Dockerfile
```
Vous pouvez vérifier que le conteneur est bien téléchargé avec la commande `docker images`
@ -59,6 +59,7 @@ Vous pouvez vérifier que le conteneur est bien téléchargé avec la commande `
## Démarrer le conteneur
Pour démarrer le conteneur, lancez la commande suivante en remplaçant DOMAIN par un domaine valide ex: mondomaine.org => yunohost.mondomaine.org
```bash
docker run -h yunohost.DOMAIN -v $(pwd):/yunohost -d zamentur/yunohost-stable8 /sbin/init
```
@ -113,7 +114,7 @@ Snapshoter létat dun container
```bash
docker commit <ID_de_mon_conteneur> LeNomQueJeVeux
# Exemple : docker commit 3e85317430db yunohost/full:27042015
# Exemple : docker commit 3e85317430db zamentur/yunohost-stable8:27042015
```
Assigner une IP à un container