From 43b87e5c829ba29a486b839ba552164bf1694a16 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Mon, 21 Mar 2022 12:53:43 +0100 Subject: [PATCH] Remove ref to archived toolbox image from docs (#2026) Co-authored-by: Sorin Sbarnea --- docs/installing.rst | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index b083c19713..5e62d3beb1 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -11,17 +11,11 @@ Installing Installing on Windows is not supported because we use symlinks inside Python packages. -While our project does not directly ship a container, the -tool is part of the toolset_ container. Please avoid raising any bugs -related to containers and use the discussions_ forum instead. +Our project does not ship a container. Please avoid raising any bugs +related to containers and use the `discussions `_ forum instead. -.. code-block:: bash - - # replace docker with podman - docker run -h toolset -it quay.io/ansible/toolset ansible-lint --version - -.. _toolset: https://github.com/ansible-community/toolset -.. _discussions: https://github.com/ansible-community/ansible-lint/discussions +We recommend you to try `creator-ee `_, +which is a container that also carries ansible-lint. Using pip or pipx -----------------