Skip to content

Instantly share code, notes, and snippets.

@sebastianvoss
Created April 4, 2014 11:53
Show Gist options
  • Save sebastianvoss/9972987 to your computer and use it in GitHub Desktop.
Save sebastianvoss/9972987 to your computer and use it in GitHub Desktop.
mongos Dockerfile
FROM dev24/mongodb:latest
EXPOSE 27017
ENTRYPOINT ["usr/bin/mongos"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment