Relative Content

Tag Archive for dockergithub-actionstestcontainers

How to get logs from service container in Github Actions

I have a Github Actions workflow which runs on a container.
Besides that i also have a service-container based on docker:dind running as a docker-service.
Both of them are setup as siblings bei Github Actions.
The docker-service opens up a tcp connection which the workflow container connects to. This works.