Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions stack/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## BUILDING
## (from project root directory)
## $ docker build -t mongodb-for-mircode-mongosql .
##
## RUNNING
## $ docker run -p 27017:27017 mongodb-for-mircode-mongosql
##
## CONNECTING
## Lookup the IP of your active docker host using:
## $ docker-machine ip $(docker-machine active)
## Connect to the container at DOCKER_IP:27017
## replacing DOCKER_IP for the IP of your active docker host
##
## NOTES
## This is a prebuilt version of MongoDB.
## For more information and documentation visit:
## https://github.com/bitnami/bitnami-docker-mongodb

FROM gcr.io/bitnami-containers/mongodb:3.2.7-r1

ENV STACKSMITH_STACK_ID="23a6eil" \
STACKSMITH_STACK_NAME="MongoDB for mircode/mongosql" \
STACKSMITH_STACK_PRIVATE="1" \
BITNAMI_CONTAINER_ORIGIN="stacksmith"

## STACKSMITH-END: Modifications below this line will be unchanged when regenerating