profile picture

2 pages tagged with "docker"

Running a Dockerized Clojure Web App on CoreOS

December 06, 2014 - 1628 words - 9 mins
Introduction In the previous post we created a Clojure web service and ran it in a Docker container. Here we will deploy that container on a 3 node CoreOS cluster running in Vagrant on a local development machine. CoreOS CoreOS is a minimal version of Linux meant for large scale server deployments. … read more

Dockerizing a Clojure, Compojure, and HTTP Kit Web Application

November 29, 2014 - 583 words - 3 mins
Docker is "an open platform for developers and sysadmins to build, ship, and run distributed applications. With Docker, developers can build any app in any language using any toolchain. Dockerized apps are completely portable and can run anywhere - colleagues’ OS X and Windows laptops, QA serve… read more