1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

Merge pull request #1130 from cyphar/separate-domainname-flag

cli: add a separate --domainname flag
This commit is contained in:
Harald Albers
2018-12-07 16:07:53 +01:00
committed by GitHub
8 changed files with 45 additions and 10 deletions

View File

@ -53,6 +53,7 @@ Options:
--dns value Set custom DNS servers (default [])
--dns-option value Set DNS options (default [])
--dns-search value Set custom DNS search domains (default [])
--domainname string Container NIS domain name
--entrypoint string Overwrite the default ENTRYPOINT of the image
-e, --env value Set environment variables (default [])
--env-file value Read in a file of environment variables (default [])

View File

@ -57,6 +57,7 @@ Options:
--dns value Set custom DNS servers (default [])
--dns-option value Set DNS options (default [])
--dns-search value Set custom DNS search domains (default [])
--domainname string Container NIS domain name
--entrypoint string Overwrite the default ENTRYPOINT of the image
-e, --env value Set environment variables (default [])
--env-file value Read in a file of environment variables (default [])