This commit is contained in:
@@ -14,21 +14,14 @@ jobs:
|
||||
image: docker:23.0.6-dind
|
||||
env:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
cmd:
|
||||
- dockerd
|
||||
- --host=tcp://0.0.0.0:2375
|
||||
- --tls=false
|
||||
options:
|
||||
--privileged
|
||||
--network-alias docker
|
||||
ports:
|
||||
- "2377:2375"
|
||||
- "2376:2376"
|
||||
|
||||
env:
|
||||
IMAGE_NAME: microserviciospython
|
||||
REGISTRY: nexus.rancherk3.duckdns.org
|
||||
REPO_OWNER: tfm
|
||||
DOCKER_HOST: tcp://localhost:2377
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_TLS_VERIFY: ""
|
||||
DOCKER_CERT_PATH: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user