Hacker News new | ask | show | jobs
by xomodo 2185 days ago
Try docker contexts: https://www.docker.com/blog/how-to-deploy-on-remote-docker-h...
1 comments

This is a great feature, introduced in Feb this year. It addressees a substantial pain point with docker-compose.

Thanks for pointing this out.

Indeed this does look very useful.

I had a quick glance over this, but for contexts which are defined as remote ssh hosts, I couldn't see where the images are obtained. Are they being built remotely on the host, or are they being downloaded from your local machine over a tunnel or via a docker registry?