TritonDataCenter / sdc-docker

Docker Engine for Triton
Mozilla Public License 2.0
183 stars 49 forks source link

'docker network' is not supported #67

Closed dissipate closed 8 years ago

dissipate commented 8 years ago

Looks like the docker network command is not supported. I wouldn't care or notice this so much except for the fact that docker-compose version 2 tries to create a default network, and hence, is not compatible with sdc-docker.

notmatt commented 8 years ago

@dissipate - I'm actively working on this now that docker networking seems to have stabilized. There are several internal tickets below, though not a lot of details at this point; we have to sort out some of the precise behaviour first, there will be an RFD shortly. While the devil is (as always) in the details, docker network maps fairly closely to our existing fabric support, and I don't anticipate large problems in implementation.

Tickets:

I'm going to close this issue in preference to the above, but if there's anything you think might be missing, please do add it here; I'll also update this when the RFD goes out. Thanks!