shared default runtime #2

Merged
m.lettere merged 1 commits from master into nwcluster-docker-swarm 2022-11-28 13:13:33 +01:00
2 changed files with 25 additions and 0 deletions

5
build.yaml Normal file
View File

@ -0,0 +1,5 @@
- hosts: localhost
tasks:
# Create folder for execution
- name: Nop
command: "echo 'NOP' > /dev/null

20
default/descriptor.json Normal file
View File

@ -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"
}