Testing docker-init in container's cmd parameter
Unit Tests with docker compose / unit-test (pull_request) Waiting to run Details

This commit is contained in:
Sugui 2024-01-01 15:59:36 +01:00
parent b6d966dc2e
commit 810fd2aed1
1 changed files with 1 additions and 2 deletions

View File

@ -6,9 +6,8 @@ jobs:
unit-test:
container:
image: docker:dind
cmd: "docker-init -- dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2376 --tlsverify --tlscacert /certs/server/ca.pem --tlscert /certs"
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
- name: Installing necessary packages
run: apk add npm git curl bash
- name: Check out repository code