You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker can be used via SSH (DOCKER_HOST=ssh://user@host)
Being able to run testcontainers on a remote host has a lot of benefits for example avoiding running heavy containers on the local machine or not having docker installed at all locally.
I am creating this issue mainly to share this and if the Pull request is welcome I will contribute it as soon as it is possible. (There might be the need to upgrade docker compose pkg through)
The text was updated successfully, but these errors were encountered:
Proposal
Docker can be used via SSH (DOCKER_HOST=ssh://user@host)
Being able to run testcontainers on a remote host has a lot of benefits for example avoiding running heavy containers on the local machine or not having docker installed at all locally.
I worked on some initial support for this here: main...phumberdroz:testcontainers-go:docker-over-ssh
It is currently blocked by a bug: docker/compose#9448
I am creating this issue mainly to share this and if the Pull request is welcome I will contribute it as soon as it is possible. (There might be the need to upgrade docker compose pkg through)
The text was updated successfully, but these errors were encountered: