Skip to content

Walzen-Group/management-scripts

Repository files navigation

This is a collection of management scripts

portainer-stack-manager

Usage:

Single stack:

py manager.py --start   --stack-name    <stack-name>
              --stop
              --restart

Multiple stacks:

py manager.py --start   --all
              --stop
              --restart

If the restart option is picked, only stacks that are running will be restarted.

BEWARE: Using start combined with the --all option will always start all inactive stacks. Even those that are not supposed to run because they have been explicitly stopped before. So use that with care.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages