Fix typo in Docker documentation

This commit is contained in:
Frédéric Guillot 2014-11-01 18:23:15 -04:00
parent 78610b0a97
commit 2237def25d
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Build your own Docker image
From your kanboard directory run the following command:
```bash
docker build -t youruser\kanboard:master .
docker build -t youruser/kanboard:master .
```
To run your image in background on the port 80:
@ -38,6 +38,8 @@ Run the image:
docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:master
```
Note: This image is not necessary up to date
Store your data on a volume
---------------------------