s
This commit is contained in:
parent
f0f99dab1d
commit
8467481198
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,8 @@ when:
|
|||
|
||||
services:
|
||||
- name: dockerd
|
||||
image: kokuwaio/dockerd
|
||||
image: kokuwaio/dockerd:dev
|
||||
pull: true
|
||||
privileged: true
|
||||
ports: [2375]
|
||||
|
||||
|
@ -15,6 +16,7 @@ steps:
|
|||
|
||||
info:
|
||||
image: kokuwaio/docker-cli
|
||||
pull: true
|
||||
commands: docker info
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerd:2375
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue