shared default runtime #2
|
@ -0,0 +1,5 @@
|
|||
- hosts: localhost
|
||||
tasks:
|
||||
# Create folder for execution
|
||||
- name: Nop
|
||||
command: "echo 'NOP' > /dev/null
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"id":"1fafba5c-0ee5-4e8d-b042-d0824fbb3aad",
|
||||
"active":true,
|
||||
"name":"default",
|
||||
"description":"Default runtime for all methods that pass in a docker compose file meant to run on a Docker Swarm infrastructure",
|
||||
"keywords":[
|
||||
"docker",
|
||||
"dockerhub",
|
||||
"public",
|
||||
"docker-compose",
|
||||
"docker-swarm"
|
||||
],
|
||||
"responsible":{
|
||||
"name":"Marco Lettere",
|
||||
"email":"m.lettere@gmail.com"
|
||||
},
|
||||
"type":"docker-swarm",
|
||||
"image":"bash"
|
||||
}
|
||||
|
Loading…
Reference in New Issue