Greetings!
At the moment there are only 3 restart policies available: On-Failure, Always and Unless-Stopped. I understand that this is made for 7-24 running apps and it makes sense. However there are some containers that users like me would like to run every once in a while that does something specific, and the container does not permanently need to be on. (As an example, downloading trading data using a container) These containers simply need to run until they serve their purpose and then exit succesfully. Simply adding a new restart policy named “no” or “run just once” would allow such apps to also run in a ZimaOS server, without needing to install portainer or something else. Please consider adding this.
Thanks