Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and YunoHost committed Apr 12, 2015
1 parent 5e04a4a commit 8948d49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## 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 :
```bash
Expand All @@ -22,7 +22,7 @@ On ArchLinux :
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`)

---

Expand All @@ -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:
Si vous souhaitez démarrer le conteneur avec tous les ports forwardé sur l’hôte :

```bash
docker run -d \
Expand Down

0 comments on commit 8948d49

Please sign in to comment.