[ ] I searched existing issues before opening this one
I was tried to create swarm service with generic-resource on private overlay network.
But, failed to create with message "node is missing network attachments, ip addresses may be exhausted" and "assigned node no longer meets constraints"
I was tried to create swarm service with generic-resource on private overlay network. But, failed to create with message "node is missing network attachments, ip addresses may be exhausted" and "assigned node no longer meets constraints"
Expected behavior
Actual behavior
Steps to reproduce the behavior
$
docker node ispect self
$
docker network create -d overlay test-network
$docker service service --name test --generic-resource ssd=1 --network test-network ubuntu:latest sleep 3600
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.) Tested on my local PC.