Merge pull request #347 from fbartels/patch-1

minor spelling fixes
This commit is contained in:
M5oul 2016-01-16 16:00:39 +01:00
commit 4a1f27448c

View file

@ -43,7 +43,7 @@ You can check that the container is successfully built with the `docker images`
---
## Run the container
To start the container, run the next command by replacing DOMAIN by a valid domain eg: exemple.com => yunohost.exemple.com
To start the container, run the next command by replacing DOMAIN by a valid domain e.g.: example.com => yunohost.example.com
```bash
docker run -h yunohost.DOMAIN -v $(pwd):/yunohost -d zamentur/yunohost-stable8 /sbin/init
```