Add 'template1.json'
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"version": "2",
|
||||
"templates": [
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Registry",
|
||||
"description": "Docker image registry",
|
||||
"categories": ["docker"],
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
|
||||
"image": "registry:latest",
|
||||
"ports": ["5000/tcp"],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/lib/registry"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Ubuntu",
|
||||
"description": "Debian-based Linux operating system",
|
||||
"categories": ["operating-system"],
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
|
||||
"image": "ubuntu:latest",
|
||||
"interactive": true,
|
||||
"command": "/bin/bash"
|
||||
},
|
||||
{
|
||||
"type": 3,
|
||||
"title": "FDO",
|
||||
"description": "FDO",
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
|
||||
"repository": {
|
||||
"url": "https://github.com/portainer/templates",
|
||||
"stackfile": "stacks/fdo/docker-stack.yml"
|
||||
},
|
||||
"env": [
|
||||
{
|
||||
"name": "owner_api_user",
|
||||
"label": "API Username"
|
||||
},
|
||||
{
|
||||
"name": "owner_api_password",
|
||||
"label": "API Password"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user