mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update docker_fr.md
This commit is contained in:
parent
bce039ceeb
commit
737f34a3fa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ sudo pacman -Sy docker
|
|||
|
||||
La commande suivante va télécharger une image Debian Wheezy de base, y cloner le script et installer YunoHost.
|
||||
```bash
|
||||
docker build -t yunohost/init https://raw.githubusercontent.com/YunoHost/Kremlin/master/docker/Dockerfile
|
||||
docker build -t yunohost:init https://raw.githubusercontent.com/YunoHost/Kremlin/master/docker/Dockerfile
|
||||
```
|
||||
|
||||
Vous pouvez vérifier que le conteneur est bien buildé avec la commande `docker images`
|
||||
|
|
Loading…
Reference in a new issue