Skip to content

A container helper used to operate on a Portainer template file

Notifications You must be signed in to change notification settings

portainer/helper-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portainer templates helper

This helper container is designed to help you apply specific operations on a template file.

Usage

Upgrading templates used in Portainer < 2.0 to 2.0 format

# specify the path to your original templates.json file
docker run --rm -v /tmp/templates.json:/src/templates.json -v /tmp/output:/dist portainer/helper-templates
2020/08/26 00:51:27 New template file successfully created at /dist/templates-upgraded.json

# the new template file will be available in /tmp/output
ls /tmp/output 
templates-upgraded.json

About

A container helper used to operate on a Portainer template file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages