diff options
author | startxfr <clarue@startx.fr> | 2014-12-06 02:51:42 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-12-06 02:51:42 +0100 |
commit | a7f649b8f1f56a999073550d1b91b5d8d1cd7d81 (patch) | |
tree | c7739a5c22615c3d3ca5bb59821a598e40460f02 /Services/mongo/README.md | |
parent | 076db03abf9ac12a057b784a3e0999180ca53543 (diff) | |
download | phpmyadmin-a7f649b8f1f56a999073550d1b91b5d8d1cd7d81.tar.gz phpmyadmin-a7f649b8f1f56a999073550d1b91b5d8d1cd7d81.tar.bz2 phpmyadmin-a7f649b8f1f56a999073550d1b91b5d8d1cd7d81.tar.xz phpmyadmin-a7f649b8f1f56a999073550d1b91b5d8d1cd7d81.zip |
adding functionnal mongodb server
Diffstat (limited to 'Services/mongo/README.md')
-rw-r--r-- | Services/mongo/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Services/mongo/README.md b/Services/mongo/README.md index 5c423e3..aa23252 100644 --- a/Services/mongo/README.md +++ b/Services/mongo/README.md @@ -16,6 +16,8 @@ Copy sources in your docker host cd startx-docker-images; git clone https://github.com/startxfr/docker-images.git . +Change configuration and personalize your base image. See sx/mongod_run.sh to perform some usefull task against the database, especially importing sql script, adding users and changing passwords. See also mongodb.conf for configuring the mongo server running in the container. + Build the container docker build -t sv-mongo Services/mongo/ @@ -31,7 +33,7 @@ access to the running database access to the container itself - docker exec -it mongo bash + docker exec -it mongo /bin/bash ## Related Resources * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/mongo) |