How to containerise a retro game with Docker! June 16, 2018June 17, 2018 I’m a Retro computing fan and I thought for shiz and giggles I’d explore putting a retro game in a container. The first step was to find a Retro game that had been ported to a web app of some Continue reading...
Installing Docker CE on Centos 7 June 6, 2018June 17, 2018 A nice little post detailing how to install Docker CE on a Centos 7 machine. Step 1) In a terminal windows type the following command: sudo yum install -y yum-utils device-mapper-persistent-data lvm2 Step 2) You need Continue reading...