December 9, 2016
Building a containerized pipeline for this website
I now have a CoreOS box running at Digital Ocean, currently doing nothing. I have a locally built container with nginx and my content inside of it.
I get the following output when I run docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS iflowfor8hours-core - digitalocean Running tcp://159.203.119.101:2376 v1.11.2 I first want to get this container running there and get and start figuring out what the pipeline would look like.
Read more