Testing docker-init in container's cmd parameter
Unit Tests with docker compose / unit-test (pull_request) Waiting to run
Details
Unit Tests with docker compose / unit-test (pull_request) Waiting to run
Details
This commit is contained in:
parent
b6d966dc2e
commit
810fd2aed1
|
@ -6,9 +6,8 @@ jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
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:
|
steps:
|
||||||
- name: Starting docker daemon
|
|
||||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
|
||||||
- name: Installing necessary packages
|
- name: Installing necessary packages
|
||||||
run: apk add npm git curl bash
|
run: apk add npm git curl bash
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
Loading…
Reference in New Issue