mirror of https://github.com/docker/docs.git
Add pre-logon message info
This commit is contained in:
parent
eebb576dc2
commit
a929f43fc0
|
@ -234,3 +234,10 @@ Configures iSCSI options for UCP.
|
|||
| `--storage-iscsi=true` | no | Enables iSCSI based Persistent Volumes in Kubernetes. Default value is `false`. |
|
||||
| `--iscsiadm-path=<path>` | no | Specifies the path of the iscsiadm binary on the host. Default value is `/usr/sbin/iscsiadm`. |
|
||||
| `--iscsidb-path=<path>` | no | specifies the path of the iscsi database on the host. Default value is `/etc/iscsi`. |
|
||||
|
||||
### pre_logon_message
|
||||
|
||||
Configures a pre-logon message.
|
||||
| Parameter | Required | Description |
|
||||
|:------------------------|:---------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `pre_logon_message` | no | Sets pre-logon message to alert users before they proceed with login. |
|
Loading…
Reference in New Issue