mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 09:10:27 -04:00
Merge pull request #3710 from cmoscardi/privileged-doc
Docker builder: Adding privileged config variable to documentation.
This commit is contained in:
commit
417a9bb89f
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ You must specify (only) one of `commit`, `discard`, or `export_path`.
|
|||
|
||||
- `login_server` (string) - The server address to login to.
|
||||
|
||||
- `privileged` (boolean) - If true, run the docker container with the
|
||||
`--privileged` flag. This defaults to false if not set.
|
||||
|
||||
- `pull` (boolean) - If true, the configured image will be pulled using
|
||||
`docker pull` prior to use. Otherwise, it is assumed the image already
|
||||
exists and can be used. This defaults to true if not set.
|
||||
|
|
|
|||
Loading…
Reference in a new issue