TIL You Can Use a Remote Docker Host Using SSH
TIL you can run a Docker image on a remote host over SSH using DOCKER_HOST=ssh://user@host
More info here: https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/
TIL you can run a Docker image on a remote host over SSH using DOCKER_HOST=ssh://user@host
More info here: https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/