Unpack container image using docker-py
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
).
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
).
This is a follow-up to my previous blog post: “My github pull request workflow”.
I would like to dedicate a complete post on how you can be efficient when using git[hub].
It’s certain that you may have your own tips and tricks up your sleeve. Please share them in the comments.
Let’s begin!
…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.
…We were sitting at “Modularity UX feedback” session at Flock 2017. Sinny Kumari raised an interesting question: “Can I create a container image with modular OS locally myself?”. Sinny wanted to try the modular OS on different CPU architectures.
The container image can be created using Image Factory, which can be really tough to set up.
…Flock is over. It was nice, good conversations, useful talks and workshops, it was awesome to see everyone once again. And I liked the location.
The theme of this year’s Flock was “do-sessions”. It means, less talks and more workshops, hackfests and discussions. I liked that I could try things and be part of the discussions, but at the same time, I missed big talks. Also some talks with similar topics were scheduled at the same time, so one had to make tough choices.
…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!
…My colleague recently asked me how to correctly handle pull requests. Here’s how I’m doing it.
Everything starts with forking a repository so you can push your changes to your personal fork and then submit them as a pull request. So head over to the GitHub repository and hit the Fork button.
…