You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean like polling multiple banks with a single instance?
As it is, since you have to pass the bank datafile in environment, that is per container run. Thus you cannot do this in the same instance. But then again, docker is by definition an advanced application wrapper only. I am not sure it would make sense to support multiple banks in the same instance but of course this could be done via command line parameters(instead of environment), for example.
Personally, I primarily use onetime runs (Interval=0) periodically several times per day, and even run multiple banks simultaneously. Recommend using --rm flag on the docker run command line though. That way, you won't be left with dangling unnecessary containers on disk.
Is it possible to add multiple banks to the same instance (f.eks in docker), or do I need to run one docker instance pr bank?
The text was updated successfully, but these errors were encountered: