Add description of `fix_upload_owner` to documentation.
This commit is contained in:
parent
5866d4ea24
commit
fef5162b01
|
@ -212,6 +212,10 @@ You must specify (only) one of `commit`, `discard`, or `export_path`.
|
||||||
temp directory from host server for work [file provisioner](/docs/provisioners/file.html).
|
temp directory from host server for work [file provisioner](/docs/provisioners/file.html).
|
||||||
By default this is set to `/packer-files`.
|
By default this is set to `/packer-files`.
|
||||||
|
|
||||||
|
- `fix_upload_owner` (boolean) - If true, files uploaded to the container will
|
||||||
|
be owned by the user the container is running as. If false, the owner will depend
|
||||||
|
on the version of docker installed in the system. Defaults to true.
|
||||||
|
|
||||||
## Using the Artifact: Export
|
## Using the Artifact: Export
|
||||||
|
|
||||||
Once the tar artifact has been generated, you will likely want to import, tag,
|
Once the tar artifact has been generated, you will likely want to import, tag,
|
||||||
|
|
Loading…
Reference in New Issue