forked from docker/docker-hoster
Compare commits
6 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
73997fb041 | |
|
|
26ccc5ae52 | |
|
|
50cd480853 | |
|
|
388bc4a4d2 | |
|
|
f8d3f1858e | |
|
|
b0bb8b193c |
|
|
@ -19,12 +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 interation** and **dns forwarding** please check [resolvable](https://hub.docker.com/r/mgood/resolvable/)
|
||||
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. :)
|
||||
|
|
|
|||
Loading…
Reference in New Issue