Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Creating a new "overlay" network in DockerComputeServiceAdapterLiveTest.init() fails with:
Error response from daemon: datastore for scope "global" is not initialized
The problem occurs when there is not configured external key-value store as suggested here
...it's expected; for overlay networking you need to either setup an external k/v store or (if you want the new services feature in 1.12) use swarm mode; but swarm scopes overlay networks cannot be used for "docker run", only for services
Let's rewrite the test to use only the bridge networks.