diff --git a/new.json b/new.json new file mode 100644 index 0000000..b65403d --- /dev/null +++ b/new.json @@ -0,0 +1,31 @@ +{ + "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" + } + ] +} \ No newline at end of file