-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running ofelia when a container is stopped? #94
Comments
or I'm missing what you're asking? |
Thank you both. Maybe it's my english, I'll try to explain better... or maybe I'm missing somethig. Take a simple image (container) that starts, do it's job, and then quits. If I schedule to run something in the container, using ofelia, will it work even if the container is stopped (not running at the time ofelia runs the job)? |
Hmmm... |
but if it is one-off container then you can simply create new container every run? |
I'm looking to do something like this as a workaround to #70. I have a one-off container that needs environment variables, volumes, and to be run on a schedule. It doesn't seem like Ofelia can do this at the moment. The closest I can see would be |
I know that this is probably a weird question and that is something more related to the host OS scheduler... anyways, would be possible use ofelia to just start a container?
There are a lot of Docker images which just starts, do their job (probabily using an entrypoint script)... and then... exit.
The text was updated successfully, but these errors were encountered: