|
|
|
|
|
by migrantgeek
4510 days ago
|
|
My lightweight experience is a little different. I didn't want to run a VM on my MacBook Air and I already run VMs locally on my Mac Mini so an alias to the Ubuntu VM on my mini lets me run the Docker client without anything else on my Air. alias docker='docker -H=tcp://10.0.5.3:5555' A DynDNS + NAT rule on my router lets me connect when I'm not home. |
|