How to build a docker image from scratch

This Post covers the steps one will have to go through, to build ones own docker image. First we’ll need to create a basic image from which we’ll go on. I’ll use debian here, though I work on gentoo I like debian a lot and debootstrap is available on gentoo as well. First we create …

How to WordPress with docker

I’m experimenting with docker at the moment and built this simple wordpress setup in about 5 minutes. It consists of: a mariadb container a phpmyadmin container (used for testing the mariabd container and not really required) the wordpress container itself The above command will spawn a mariabd container from the official image (if you are …