diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2021-03-09 18:02:52 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2021-03-09 18:09:11 +0100 |
commit | b6eeb2e77f0af3fcc95db4b3abbb5be1b59e001c (patch) | |
tree | ed6b66e4696af8554a1bc650315f21c87fac400f /INSTALL.md | |
parent | update the changelog w/ notes for 17.1.0 (diff) | |
download | awx-b6eeb2e77f0af3fcc95db4b3abbb5be1b59e001c.tar.xz awx-b6eeb2e77f0af3fcc95db4b3abbb5be1b59e001c.zip |
restore note about cloning the stable release branch for Docker installs
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 590ddb4d98..a3dc14b333 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,6 +24,8 @@ If you're attempting to migrate an older Docker-based AWX installation, see: [Mi Starting in version 18.0, the [AWX Operator](https://github.com/ansible/awx-operator) is the preferred way to install AWX. +AWX can also alternatively be installed and [run in Docker](./tools/docker-compose/README.md), but this install path is only recommended for development/test-oriented deployments, and has no official published release. + ### Quickstart with minikube If you don't have an existing OpenShift or Kubernetes cluster, minikube is a fast and easy way to get up and running. |