docker

sysadmin

Github Docker Packages Username Fix

A quick workaround for those of us with upperchase characters in our Github username when using Github Packages.

Read
sysadmin

Webhotel using traefik, docker and ssh

Where I build a static site webhotel using traefik, docker, ansible and good old ssh.

Read
programming

A small Golang webservice Dockerimage

Here is the Dockerfile for a small golang webservice I wrote, which I managed to make quite

Read
programming

Tagging docker images differently based on git branch

At work we use `git flow` to organize our git repositories. `master` is the production branch,

Read
programming

Working locally with Docker containers

Over the weekend I wrote a small tool that will automatically update the /etc/hosts file with your running docker container.

Read