/docker

Collection of Dockerfiles

Primary LanguageShell

Docker

Collection of Dockerfiles.

Image layers

|-- phusion/baseimage
    |-- martinmicunda/mongo
    |-- martinmicunda/jdk7-oracle
    |   |-- martinmicunda/jenkins
    |   |-- martinmicunda/teamcity-server
    |   |-- martinmicunda/teamcity-agent

Note: The reason why to use phusion/baseimage as docker baseimage is explained in this blog.

Installation & Configuration

Docker 0.11 and above.

Follow this blog post to install Docker and Vagrant on Mac OSX.

Note: Change DOCKER_HOST to the following to get it to work: export DOCKER_HOST=tcp://172.12.8.150:4243