Been playing with Docker↗again this weekend, this time rather than just doing for the sake of doing it I went for something a little more stable.
I started off by creating a new DigitalOcean↗droplet with the latest CentOS installed to run as a base. I then installed docker using the Docker Puppet Module↗.
So now I had Docker installed now what? I looked at some PaaS services, a bulk of them require Ubuntu (which I simply don’t do on servers), however Shipyard↗looked good. It was simple to install;
Deploying a Stable Docker Setup on CentOS with Shipyard 1/3
Once installed I added the agent using;
Deploying a Stable Docker Setup on CentOS with Shipyard 2/3
Once the agent has been registered you should have a key, make a note of this because you need to ensure that the agent is always running, to do this I used supervisord↗;
Deploying a Stable Docker Setup on CentOS with Shipyard 3/3