Merge branch 'develop'

This commit is contained in:
Jeffrey 2018-10-08 16:02:36 +02:00
commit 26ccc5ae52
1 changed files with 3 additions and 1 deletions

View File

@ -19,10 +19,12 @@ Hoster provides by default the entries `<container name>, <hostname>, <container
For example, the following container would be available via DNS as `myname`, `myhostname`, `et54rfgt567` and `myserver.com`:
docker run -d \
docker run --restart=unless-stopped -d \
--name myname \
--hostname myhostname \
--network somenetwork --network-alias "myserver.com" \
mycontainer
If you need more features like **systemd integration** and **dns forwarding** please check [resolvable](https://hub.docker.com/r/mgood/resolvable/)
Any contribution is, of course, welcome. :)