On The Subject Of Docker
-
Running a local Docker Machine at startup on OSX Jul 11, 2015The world of containers shifts rapidly. At the time of writing the former recommended method of running Docker on OSX - using the boot2docker CLI to configure a Virtual Box provisioned Linux VM that runs the Docker host …
-
Building Docker Exec (Part 2) Apr 7, 2015Continued from Building Docker Exec Part 1 Some of the programs I wanted to be able to run with my new tools used features that were enabled at compiler level, for example C++11 or C++14 features. I didn’t want …
-
Building Docker Exec (Part 1) Apr 7, 2015A while ago I made a start on the Project Euler problems - a set of mathematics-based programming questions - both because I wanted to improve my mathematical thinking and because their clear definition makes them a …
-
Hosting static and proxied content with Docker and nginx Oct 14, 2014In addition to this site, I have personal projects that require web hosting but as I have neither the reliability or availability requirements for multiple nodes, I run a single VPS for all of them. I’ve been …