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
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
When a docker other than default is used. Docker stack can no find the configs imka created.
Cause
Imka configs are managed with the docker sdk for python. Docker stacks are manged using docker cli commands. As stack is not supported by the docker python sdk. The docker cli command uses the configured context, but docker sdk dose not.
Therefor configs and the stack may be created on different systems.
Workaround
Use the default context, and configer the target system via environment variables. Both systems under stand them.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
When a docker other than default is used. Docker stack can no find the configs imka created.
Cause
Imka configs are managed with the docker sdk for python. Docker stacks are manged using docker cli commands. As stack is not supported by the docker python sdk. The docker cli command uses the configured context, but docker sdk dose not.
Therefor configs and the stack may be created on different systems.
Workaround
Use the default context, and configer the target system via environment variables. Both systems under stand them.
The text was updated successfully, but these errors were encountered: