Update README.md

This commit is contained in:
Poag 2016-05-06 09:20:57 +01:00
parent 83543e4b72
commit 224ea984b4

View File

@ -13,11 +13,6 @@ docker start nadeko
* `-v /config` - database and nadekobot configs, place your existing configs in this folder, or let the docker create blank ones for you and edit per the information @ https://github.com/Kwoth/NadekoBot
### User / Group Identifiers
**TL;DR** - The `PGID` and `PUID` values set the user / group you'd like your container to 'run as' to the host OS. This can be a user you've created or even root (not recommended).
Part of what makes our containers work so well is by allowing you to specify your own `PUID` and `PGID`. This avoids nasty permissions errors with relation to data volumes (`-v` flags). When an application is installed on the host OS it is normally added to the common group called users, Docker apps due to the nature of the technology can't be added to this group. So we added this feature to let you easily choose when running your containers.
## Updates / Monitoring
@ -25,4 +20,4 @@ Part of what makes our containers work so well is by allowing you to specify you
* Monitor the logs of the container in realtime `docker logs -f nadeko`.
For information about configuring your bot or its functionality, please check the https://github.com/Kwoth/NadekoBot guides.
For information about configuring your bot or its functionality, please check the https://github.com/Kwoth/NadekoBot guides.