How to deploy a docker container on a remote ubuntu server?
Since the release of Docker 18.09.0 this has got a whole lot easier. This release added support for the ssh protocol to the DOCKER_HOST environment variable and the -H argument to docker … commands respectively. First of all, you’ll need SSH access to the target machine (which you’ll probably need with any approach). Then, either: … Read more