Update Docker doc

This commit is contained in:
Frederic Guillot 2015-07-19 12:42:45 -04:00
parent abb0a9bba4
commit 90ed654e2b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Use the automated build
Every new commit on the repository trigger a new build on [Docker Hub](https://registry.hub.docker.com/u/kanboard/kanboard/).
```bash
docker pull kanboard/kanboard
docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:latest
```