mirror of https://github.com/docker/docs.git
Update install.md
Added backticks and clarified `san` usage.
This commit is contained in:
parent
cb04876288
commit
18266e3caa
|
|
@ -53,7 +53,7 @@ command.
|
|||
| `--interactive, i` | Run in interactive mode and prompt for configuration values |
|
||||
| `--admin-username` | The UCP administrator username |
|
||||
| `--admin-password` | The UCP administrator password |
|
||||
| `--san` | Add subject alternative names to certificates (e.g. --san www1.acme.com --san www2.acme.com) |
|
||||
| `--san` | Add subject alternative names to certificates. The `-san` option can be used mulitple times, such as `--san www1.acme.com --san www2.acme.com`. |
|
||||
| `--host-address` | The network address to advertise to other nodes. Format: IP address or network interface name |
|
||||
| `--data-path-addr` | Address or interface to use for data path traffic. Format: IP address or network interface name |
|
||||
| `--controller-port` | Port for the web UI and API |
|
||||
|
|
|
|||
Loading…
Reference in New Issue