diff options
author | Evan Stork <estork@live.com> | 2019-10-20 02:45:02 +0200 |
---|---|---|
committer | Evan Stork <estork@live.com> | 2019-10-20 02:45:02 +0200 |
commit | 0c0e172caf7036737a511cbd532b4dc72d900725 (patch) | |
tree | dcc0bb6b30ab22a2b5aea3b0f2f5bf403c28dc9b /INSTALL.md | |
parent | Merge pull request #5035 from keithjgrant/4617-inventory-lookup-error-message (diff) | |
download | awx-0c0e172caf7036737a511cbd532b4dc72d900725.tar.xz awx-0c0e172caf7036737a511cbd532b4dc72d900725.zip |
Added custom_venv_dir to local docker install,
Signed-off-by: Evan Stork <estork@live.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 216b97bc0b..f9b91d78b8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -456,6 +456,10 @@ Before starting the build process, review the [inventory](./installer/inventory) > When using docker-compose, the `docker-compose.yml` file will be created there (default `/tmp/awxcompose`). +*custom_venv_dir* + +> Adds the custom venv environments from the local host to be passed into the containers at install. + *ca_trust_dir* > If you're using a non trusted CA, provide a path where the untrusted Certs are stored on your Host. |