Skip to content

Instantly share code, notes, and snippets.

@hruan
Last active December 15, 2022 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hruan/4890ad34515b7ea793e17b33d4f767cc to your computer and use it in GitHub Desktop.
Save hruan/4890ad34515b7ea793e17b33d4f767cc to your computer and use it in GitHub Desktop.
Running Test Containers on remote machine
# Replace $HOST with dockerd hostname
# Replace $HOME with absolute path to $HOME
client.ping.timeout=60
docker.client.strategy=org.testcontainers.dockerclient.EnvironmentAndSystemPropertyClientProviderStrategy
docker.host=tcp\://$HOST\:$2376
docker.cert.path=$HOME/.docker/certs/$HOST
docker.tls.verify=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment