summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2021-03-09 18:02:52 +0100
committerRyan Petrello <rpetrell@redhat.com>2021-03-09 18:09:11 +0100
commitb6eeb2e77f0af3fcc95db4b3abbb5be1b59e001c (patch)
treeed6b66e4696af8554a1bc650315f21c87fac400f /INSTALL.md
parentupdate the changelog w/ notes for 17.1.0 (diff)
downloadawx-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.md2
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.