Home
ilhicas
Cancel

Using a single ARG in Dockerfile with multiple values

Introduction to the problem Recently while building a Dockerfile for pipenv in alpine in order to have a smaller footprint image then kennethreitz/pipenv I started using ONBUILD docker trigger. F...

Keycloak docker container client configuration with ansible

This post serves the purpose of showing how ansible and docker can be used together in order to automatically configure a keycloak docker container. Following last post on how to use ansible, I’ve...

Ansible creation and provision of Docker containers example

This is post serves as a reference to create a base for your next Docker project that might use your already in place ansible playbooks and roles. Also sometimes setting up Docker to create fully ...

Using molecule to test ansible in docker with systemd

Docker comes without the ability to use systemd without making some changes to the Dockerfile and the volumes passed to the container created. But sometimes you face some challenges on which you h...

Bash script to find package manager in multiple linux distros

Sometimes you find out the need (and so do I) to have distro agnostic scripts, and when using package manager things can get distro bound very quickly. So today I’m posting for you and me later, f...