Do not restart docker container instance when failing #4035
mkazinauskas
started this conversation in
Feature Requests
Replies: 2 comments
-
|
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Related question: #8669 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Currently, if the docker container instance is failing it is being automatically restarted.
I need functionality to run once and without any restarts afterward.
I want to trigger the container manually and run it once.
This functionality is required for database migration scripts. I want to trigger a Docker container with a DB migration script once, and when it finishes, it should be shut down and not restarted.
Beta Was this translation helpful? Give feedback.
All reactions