s
This commit is contained in:
parent
35ce98ec41
commit
4d1fed4cf4
2 changed files with 12 additions and 2 deletions
|
@ -24,6 +24,18 @@ steps:
|
|||
image: kokuwaio/docker-cli
|
||||
depends_on: []
|
||||
commands: docker info
|
||||
info3:
|
||||
image: realworld/telnet
|
||||
depends_on: []
|
||||
commands: telnet dockerd 2375
|
||||
info4:
|
||||
image: arunvelsriram/utils
|
||||
depends_on: []
|
||||
commands: nslookup dockerd
|
||||
info5:
|
||||
image: bash
|
||||
depends_on: []
|
||||
commands: env|sort
|
||||
|
||||
build:
|
||||
image: kokuwaio/buildctl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue