Skip to content
Spencer Kotowick edited this page Jan 13, 2017 · 1 revision

Docker for OSX

This gem provides an easier approach to using docker-sync and docker-api to set up docker for local development. It solves the following issues:

  • significantly reduces the I/O performance when mounting OSX volumes to Docker
  • allows an easier/dynamic approach to building Docker images and running them with Docker Compose

Notes

  • At the time of this writing, docker-api is meant to interface with Docker version 1.3.*
  • This is only intended for OSX (at the moment)
Clone this wiki locally