diff options
author | softwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com> | 2019-10-28 00:42:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 00:42:35 +0100 |
commit | 5ab09686c908a50123eb9a325749eab85c09086b (patch) | |
tree | 847637050dbc3bb66394116618c34dcbaaa37190 /INSTALL.md | |
parent | Merge pull request #5123 from r-daneel/devel (diff) | |
parent | Added custom_venv_dir to local docker install, (diff) | |
download | awx-5ab09686c908a50123eb9a325749eab85c09086b.tar.xz awx-5ab09686c908a50123eb9a325749eab85c09086b.zip |
Merge pull request #5043 from EStork09/devel
Added custom_venv_dir to local docker install,
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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 67ba272109..734185b5e5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -458,6 +458,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. |