mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
minor spelling fixes
This commit is contained in:
parent
46267f06c4
commit
9b8398f731
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ You can check that the container is successfully built with the `docker images`
|
||||||
---
|
---
|
||||||
|
|
||||||
## Run the container
|
## 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
|
```bash
|
||||||
docker run -h yunohost.DOMAIN -v $(pwd):/yunohost -d zamentur/yunohost-stable8 /sbin/init
|
docker run -h yunohost.DOMAIN -v $(pwd):/yunohost -d zamentur/yunohost-stable8 /sbin/init
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue