Dependencies between services in docker-compose
Here’s a question: can Docker Compose wait for a service to be ready (healthy) before starting a dependant one?
…Here’s a question: can Docker Compose wait for a service to be ready (healthy) before starting a dependant one?
…I prepared a demo for my team with (not so) recent news in container tech I discovered. Here it is.
…This is just a quick blog post. I’ve seen a bunch of questions on
docker-py’s issue tracker about how to extract a container image using
docker-py and get_archive (a.k.a. docker export
).
Update: I started a tool which simplifies all of this into a single command: TomasTomecek/ab.
Do you use Ansible roles to provision your infrastructure? And would you like to use those very same roles to create container images? You came to the right place!
We are working on a project (and you problably heard of it already) called Ansible Container. It’s not just about creation of container images. It covers the complete workflow of a containerized application. From build, local run, test to deploy.
In this blog post, I would like to show you how Ansible Container does those builds — from an Ansible role to a container image.
…Greg told me at AnsibleFest that we don’t know how many users Ansible Container has. PyPI no longer directly provides information about downloads. Except… I recently stumbled upon this blog post which talks about getting download stats for PyPI packages using Google BigQuery. So let’s do that!
…Here are my assorted notes from some ${subject}
talks.