/devbox

Scripts to run development containers on docker / boot2docker

Primary LanguageShell

(OS X-focused) scripts to run development infrastructure via docker / boot2docker.

Make sure that you have initialized boot2docker and that boot2docker is running.

Then run this command to start a postgres container:

# ./run-pg

This will assign a data container for postgres (devbox-pg-data) and fire up a postgres container (devbox-pg) mapped to port 5432 on the boot2docker host.