I am new to Docker an also new to Portainer. My Questions is, when I have Add a Container, can I save all my Configurations that i have made? So that I can Deploy the Container on an other Docker Host? So that I can start the Container with Docker compose or in an other Portainer. I can´t find something that describe how I can do this.
In the interim, you can look at storing your yml files in git and deploy from them via the stacks view. You can also alternatively make an app template that deploys from these stack files if that’s easier. Video here