I spent quite some time getting Selenium working on my development container. At the end, the solution was quite simple and I thought it would be a good idea to share it. I have tried to get this running by installing all the required software on my development container directly, but nothing really seemed to… Continue reading Running Selenium on a Docker Development Container
Category: Docker
Fun with WSL and local GitLab Runner
I was looking for a solution to run a GitLab pipeline locally. I haven’t really figured out an easy way, but apparently one could use the gitlab-runner tool to run individual jobs. Although you can install all tools for Windows I wanted to run the tools a bit more isolated. Therefore I decided to use… Continue reading Fun with WSL and local GitLab Runner
Run EasyTax2014 with Docker
I just created a Docker image that runs the EasyTax2014AG application. It was pretty straight forward to write the Dockerfile. I have based it on the official Ubuntu image because I wanted the Dockerfile to be transparent so that you can actually trust there was nothing installed that tries to steal your data in some… Continue reading Run EasyTax2014 with Docker
Docker
Lately I had a short presentation about Docker for which I created some slides. The idea was to run the presentation (AngularJS, HTML, CSS) inside a container. You can find the presentation here. Maybe you find it useful.