From 055d30d00db7775bd60448fa57fda7de61f0b498 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Wed, 10 Nov 2021 11:50:54 -0500 Subject: [PATCH] Fix image location URL in docs --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index 4b9f2942e..632531b36 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -158,7 +158,7 @@ The process isolation settings are meant to control the process isolation featur Container-based Execution ^^^^^^^^^^^^^^^^^^^^^^^^^ -The ``--containerized`` setting instructs **Ansible Runner** to execute **Ansible** tasks inside a container environment. A default execution environment is provided on Docker Hub at [ansible/ansible-runner](https://hub.docker.com/r/ansible/ansible-runner). Users also have the option of building their own container for executing playbooks, however. +The ``--containerized`` setting instructs **Ansible Runner** to execute **Ansible** tasks inside a container environment. A default execution environment is provided on Quay.io at `ansible/ansible-runner `_. Users also have the option of building their own container for executing playbooks, however. To build an execution environment locally, run: