Add 'laughing-octo/' from commit 'ee815e9ccc
'
git-subtree-dir: laughing-octo git-subtree-mainline:264531c268
git-subtree-split:ee815e9ccc
This commit is contained in:
commit
d59b1af998
17 changed files with 1433 additions and 0 deletions
5
laughing-octo/fedora-mongo/Dockerfile
Normal file
5
laughing-octo/fedora-mongo/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM fedora
|
||||
RUN yum install --setopt=override_install_langs=en --setopt=tsflags=nodocs --setopt=keepcache=0 -y mongodb-server && mkdir -p /data/db && rm -rf /var/cache/yum
|
||||
EXPOSE 27017 28017
|
||||
VOLUME ["/data/db"]
|
||||
CMD mongod --noprealloc --smallfiles
|
Loading…
Add table
Add a link
Reference in a new issue