update README.md
This commit is contained in:
parent
202fb7bdde
commit
d81ccd1983
12
README.md
12
README.md
|
@ -75,11 +75,16 @@ Pay attention to the following settings:
|
|||
- CLUSTER_NET: the vcluster network ip address range, default is
|
||||
172.16.0.1/16. This network range should all be allocated to and
|
||||
managed by docklet.
|
||||
- PROXY_PORT : the public port of docklet. Users use
|
||||
this port to visit the docklet system.
|
||||
- PROXY_PORT : the listening port of configurable-http-proxy. It proxy
|
||||
connections from exteral public network to internal private
|
||||
container networks.
|
||||
- PORTAL_URL : the portal of the system. Users access the system
|
||||
by visiting this address. If the system is behind a firewall, then
|
||||
a reverse proxy should be setup.
|
||||
- NGINX_PORT : the access port of the public portal. User use this
|
||||
port to visit docklet system.
|
||||
- DISTRIBUTED_GATEWAY : whether the users' gateways are distributed
|
||||
or not. Both master and worker must be set by same value.
|
||||
|
||||
## Start ##
|
||||
|
||||
|
@ -115,7 +120,8 @@ address, e.g., 172.16.0.1. This server will be the master.
|
|||
If it is the first time you start docklet, run `bin/docklet-master init`
|
||||
to init and start docklet master. Otherwise, run `bin/docklet-master start`,
|
||||
which will start master in recovery mode in background using
|
||||
conf/docklet.conf.
|
||||
conf/docklet.conf. (Note: if docklet will run in the distributed gateway mode
|
||||
and recovery mode, please start the workers first.)
|
||||
|
||||
You can check the daemon status by running `bin/docklet-master status`
|
||||
|
||||
|
|
Loading…
Reference in New Issue