logoalt Hacker News

chatmastatoday at 12:58 PM0 repliesview on HN

For remote installation, use the `docker context` command. You create a context with a named SSH host and then it connects via SSH to that host (as configured in your local ssh_config) and uses its docker daemon. Everything works flawlessly apart from local bind mounts (for obvious reasons).

If you remember `docker machine`, this is basically the modern version of that.