TEST: build
Some checks failed
Build docker container / Build image (push) Failing after 15s

This commit is contained in:
2025-12-18 01:28:14 +01:00
parent a6c5632b23
commit 51cf964a6b

View File

@@ -16,7 +16,13 @@ jobs:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
cmd: cmd:
- dockerd - dockerd
options: --privileged options: >-
--privileged
--cap-add SYS_ADMIN
--cap-add NET_ADMIN
--cap-add SETPCAP
--cap-add MKNOD
--cap-add NET_BIND_SERVICE
ports: ports:
- "2376:2375" - "2376:2375"