Update docker.md

This commit is contained in:
ma.azimi@laposte.net 2015-04-12 23:12:03 +02:00 committed by YunoHost
parent 5e04a4a634
commit 8948d4978e

View file

@ -10,7 +10,7 @@
## Install Docker ## Install Docker
**Pre-requisite** : A x86 computer under Ubuntu 14.04 (or above), or ArchLinux. **Pre-requisite**: a x86 computer under Ubuntu 14.04 (or above), or ArchLinux.
On Ubuntu : On Ubuntu :
```bash ```bash
@ -22,7 +22,7 @@ On ArchLinux :
sudo pacman -Sy docker sudo pacman -Sy docker
``` ```
**Note:** You may have to start Docker's daemon manually (as root: `service docker start`, `systemctl start docker` or simply `docker -d`) **Note:** you may have to start Docker's daemon manually (as root: `service docker start`, `systemctl start docker` or simply `docker -d`)
--- ---
@ -49,7 +49,6 @@ docker run -d yunohost/full /sbin/init
``` ```
If you want to run the container and forward all the interesting ports to the host: If you want to run the container and forward all the interesting ports to the host:
Si vous souhaitez démarrer le conteneur avec tous les ports forwardé sur lhôte :
```bash ```bash
docker run -d \ docker run -d \