doc: update readme.md

This commit is contained in:
Kilerd Chan 2019-05-20 11:12:32 +08:00
parent 194d85e83f
commit 1f9a856f88

View File

@ -37,7 +37,7 @@ after logging in, please modify the default password of admin. Then you can enjo
## Deploy using Docker
you can easily use Docker to create your own rubble application. And the latest version of it and each tagged version would be built as docker images storing in Docker Hub automatically. So you can easily pull those images by using `docker pull rubble:latest`
you can easily use Docker to create your own rubble application. And the latest version of it and each tagged version would be built as docker images storing in Docker Hub automatically. So you can easily pull those images by using `docker pull kilerd/rubble:latest`
Rubble uses PostgresQL as data storage, so before strating rubble application, you need to start your postgres service and link it to rubble.