Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created November 8, 2014 09:06
Show Gist options
  • Save ianblenke/5634583a93347c415b3d to your computer and use it in GitHub Desktop.
Save ianblenke/5634583a93347c415b3d to your computer and use it in GitHub Desktop.
Docker run deis/store-gateway (ceph-radosgw)
docker run --name deis-store-gateway \
--hostname deis-store-gateway \
--env HOST=$IP \
--env EXTERNAL_PORT=8888 \
--publish 8888:8888 \
--detach \
deis/store-gateway:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment