This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib/docker/tests
Gerhard Lazu c690387ae2 Add support for tcp:// DOCKER_HOST
The Docker daemon that I am using is running remotely, and I connect to
it via Tailscale tunnel, which means that my DOCKER_HOST is set to
tcp://100.113.182.91:2375

This change makes Dagger work with my setup. It's been running well for
me for a few weeks now, this started as https://github.com/thechangelog/changelog.com/pull/395

I think there is an opportunity to add support for ssh:// & file://,
but I am keeping this first addition small on purpose.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-12-02 16:53:40 -08:00
..
build Add test build with args to Docker #Build 2021-09-15 10:48:17 +02:00
command-host Add support for tcp:// DOCKER_HOST 2021-12-02 16:53:40 -08:00
command-ssh Update import to alpha version 2021-06-25 17:26:51 +02:00
command-ssh-key-passphrase Update import to alpha version 2021-06-25 17:26:51 +02:00
command-ssh-wrong-key-passphrase Update import to alpha version 2021-06-25 17:26:51 +02:00
load tests: add docker load test 2021-10-12 15:39:04 -07:00
pull Move push and pull tests plans to docker subpackages 2021-06-30 16:58:04 +02:00
push Update Docker #Build to incorporate image from Dockerfile 2021-09-15 08:55:59 +02:00
push-invalid-creds Update Docker #Build to incorporate image from Dockerfile 2021-09-15 08:55:59 +02:00
push-multi-registry Update Docker #Build to incorporate image from Dockerfile 2021-09-15 08:55:59 +02:00
run-host Add support for tcp:// DOCKER_HOST 2021-12-02 16:53:40 -08:00
run-local stdlib: tests local docker socket 2021-09-21 17:21:32 -07:00
run-ports test: docker-run-ports: fix sandbox escaping of dagger stream 2021-11-19 11:29:38 -08:00
run-ssh Update import to alpha version 2021-06-25 17:26:51 +02:00