From 043990bc0727c9f6f19ca46c3bafcd2159dfff89 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 May 2019 23:12:17 +0200 Subject: [PATCH] Replace deprecated ansible-container references (#56427) (#56672) Link to ansible-bender instead of the deprecated ansible-container. Co-Authored-By: Felix Fontein (cherry picked from commit 66bfa276855f90b7d866e53d13c6c14c9c5f9605) --- docs/docsite/rst/scenario_guides/guide_docker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/scenario_guides/guide_docker.rst b/docs/docsite/rst/scenario_guides/guide_docker.rst index 4c8ea77e954..4b2d301504f 100644 --- a/docs/docsite/rst/scenario_guides/guide_docker.rst +++ b/docs/docsite/rst/scenario_guides/guide_docker.rst @@ -30,12 +30,12 @@ Ansible 2.1.0 includes major updates to the Docker modules, marking the start of integrated set of tools for orchestrating containers. In addition to the above modules, we are also working on the following: -Still using Dockerfile to build images? Check out `ansible-container `_, +Still using Dockerfile to build images? Check out `ansible-bender `_, and start building images from your Ansible playbooks. -Use the *shipit* command in `ansible-container `_ +Use `Ansible Operator `_ to launch your docker-compose file on `OpenShift `_. Go from an app on your laptop to a fully -scalable app in the cloud in just a few moments. +scalable app in the cloud with Kubernetes in just a few moments. There's more planned. See the latest ideas and thinking at the `Ansible proposal repo `_.