We are using Docker Swarm on developers machines for development. Docker services is using e.g. foo:beta
image.
When a developer builds a new feature for foo
, he builds a new image of the container locally, under the same name (sha is different).
However, we are not being able to update the service to use the new image version. We tried
docker service update --force --image <component>
w/o success.
We are running the latest edge docker build: 17.05.0-ce-rc1-mac8 (16582)