actions: runner [container].docker_host variations

* automount
* "" or "-"
* unix:///var/run/docker.sock
* tcp://127.0.0.1:2375
This commit is contained in:
Earl Warren 2024-11-27 01:21:38 +00:00
parent 801c760a4e
commit 33749f5a5e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
16 changed files with 158 additions and 0 deletions

View file

@ -72,6 +72,10 @@ firefox 0.0.0.0:3000 # user root / admin1234
./end-to-end.sh actions_verify_example echo
./end-to-end.sh actions_teardown
```
Note that `with-docker-tcp` requires the docker daemon listens to
tcp://127.0.0.1:2375. See `actions/actions.sh` for how to do that.
## Running other tests locally
To run and debug tests, from the root of the source directory.