DEV Community

Discussion on: 10 Myths About Docker That Stop Developers Cold

Collapse
 
aghost7 profile image
Jonathan Boudreau

Personally I found that Docker for Mac is completely unusable if you're trying to mount (using volumes) your code into the container (git status was taking 4s~). I instead opted to use Vagrant with an NFS file share where I run docker from. At home I only use Linux though; only ran into issues at work.

I currently develop entirely from containers and use it to share my Neovim and tmux setup across all my machines.