From 9b8398f7314f5d9133501d1f920b5ca877b1be40 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 14 Jan 2016 16:38:22 +0100 Subject: [PATCH] minor spelling fixes --- docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.md b/docker.md index df2e361a..0c658e58 100644 --- a/docker.md +++ b/docker.md @@ -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 ```