s
This commit is contained in:
parent
8467481198
commit
35ce98ec41
1 changed files with 5 additions and 1 deletions
|
@ -16,10 +16,14 @@ steps:
|
||||||
|
|
||||||
info:
|
info:
|
||||||
image: kokuwaio/docker-cli
|
image: kokuwaio/docker-cli
|
||||||
pull: true
|
|
||||||
commands: docker info
|
commands: docker info
|
||||||
|
depends_on: []
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://dockerd:2375
|
DOCKER_HOST: tcp://dockerd:2375
|
||||||
|
info2:
|
||||||
|
image: kokuwaio/docker-cli
|
||||||
|
depends_on: []
|
||||||
|
commands: docker info
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: kokuwaio/buildctl
|
image: kokuwaio/buildctl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue