Hacker News new | ask | show | jobs
by darkarmani 4738 days ago
How do you share files between the docker instance and the host? How do you run docker on your mac? Networking is very different for docker instances as well.

On a Mac you can use Vagrant to bring up a host that runs docker, but i'm not sure how you would be able to just run docker on your mac.

That being said docker looks pretty awesome for certain sets of problems.