This post will show you how to use Ansible to deploy a container and run a command once the container starts.
Category: Ansible
Create a Docker Container With Volume Using Ansible
Working with containers without volumes is only half of the story of what Docker is capable of doing, and when throwing the Docker module for Ansible, there are a few more things to learn.
How to Deploy Docker Containers with Ansible
In this blog post, we will cover how to deploy Docker containers with Ansible. Ansible is a powerful and simple configuration management tool that can be used in many different ways for managing your infrastructure and services. We’ll show you the steps needed to install Ansible on your machine, configure it to connect a Docker… Continue reading How to Deploy Docker Containers with Ansible