mesosphere-backup / deimos

Mesos containerizer hooks for Docker
Apache License 2.0
249 stars 26 forks source link

Deimos should support registries more flexibly #4

Closed solidsnack closed 10 years ago

solidsnack commented 10 years ago

When a URL has an authority component (docker://<authority>/<image>), Deimos should pass it as the registry to Docker (appending the default port if necessary, for Docker's benefit). For URLs without an authority (docker:///<image>), it should be possible to specify a default, to be used in place of the public registry at index.docker.io.

solidsnack commented 10 years ago

Fixed in fix for #7