docker / compose

Define and run multi-container applications with Docker
https://docs.docker.com/compose/
Apache License 2.0
33.64k stars 5.19k forks source link

Move compose image to an org on docker hub #2129

Closed dnephin closed 8 years ago

dnephin commented 8 years ago

We've just merged the docs for using compose in a container, but the script currently points at dnephin/docker-compose. We should move the image to something like dockercompose/compose (to match dockerswarm/). Or we could make it an "official" image and just call it "compose".

We also need to update our release process docs to bump the version in this script and publish the new image.

dnephin commented 8 years ago

Thanks @shin- for getting https://hub.docker.com/r/docker/compose/ setup.

thaJeztah commented 8 years ago

Nice!