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
I've been searching how to pass a network to a DockerSwarmOperator but in the docs there's only mention of network_mode.
Configs/secrets aren't even mentioned.
Am I missing something?
I'd like that a DockerSwarmOperator task was part of a network different than the default one in Docker Swarm.
And also pass some defined Docker config or Docker secret to it.
The text was updated successfully, but these errors were encountered:
I don't think passing network is currently supported by DockerSwarmOperator.
Can you find this feature in Python Docker API ?
If yes, it should be plausible to support this feature via DockerSwarmOperator as well.
In general, anything supported by the Python Docker API can theoretically be integrated into DockerSwarmOperator. For example, support for tty was added in 7ab9e95.
I've been searching how to pass a network to a DockerSwarmOperator but in the docs there's only mention of
network_mode
.Configs/secrets aren't even mentioned.
Am I missing something?
I'd like that a DockerSwarmOperator task was part of a network different than the default one in Docker Swarm.
And also pass some defined Docker config or Docker secret to it.
The text was updated successfully, but these errors were encountered: