After 20.10 release which has #40307 merged in it looks like only cli has support for ReplicatedJob mode.
It would be great to have it supported in compose stack as well.
Steps to reproduce the issue:
Install Docker 20.10.2
Initialize Swarm Mode
Deploy a stack with mode: job-replicated
Describe the results you received:
Unknown mode: replicated-job
Describe the results you expected:
The service in stack is successfully created and started
Additional information you deem important (e.g. issue happens only occasionally):
The stack deployed:
After 20.10 release which has #40307 merged in it looks like only cli has support for ReplicatedJob mode. It would be great to have it supported in compose stack as well.
Steps to reproduce the issue:
Describe the results you received: Unknown mode: replicated-job
Describe the results you expected: The service in stack is successfully created and started
Additional information you deem important (e.g. issue happens only occasionally): The stack deployed:
Output of
docker version
:Output of
docker info
: