Hacker News new | ask | show | jobs
by chatmasta 48 days ago
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.

1 comments

That's fair; good solution.