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