Mounting OSX directory to AWS EC2 instance launched with Docker Machine

115 Views Asked by At

I'm trying to figure out an approach to mount a directory on my OSX machine to an AWS EC2 instance I've launched with Docker Machine. After some searching online, it sounds like one approach is to use sshfs in concert with docker-machine, although I'm not entirely clear how to make that happen. I've found a reference to this here but I've not been able to get it to work. https://github.com/docker/machine/issues/691

Any thoughts on how I can make this happen?

Thanks!

0

There are 0 best solutions below