Error response from daemon: driver failed programming external connectivity on endpoint storage node

The “context canceled” is not really an error

The …terminated" is most likely from when you stopped the node and rebooted.

Stop and remove the container

docker stop -t 300 storagenode
docker rm storagenode

and run the complete start command docker run ...

1 Like