Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

docker context beaks apply #4

@byteplow

Description

@byteplow

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions