Add 'laughing-octo/' from commit 'ee815e9ccc'

git-subtree-dir: laughing-octo
git-subtree-mainline: 264531c268
git-subtree-split: ee815e9ccc
This commit is contained in:
Vincent Batts 2024-03-27 15:58:12 -04:00
commit d59b1af998
17 changed files with 1433 additions and 0 deletions

View 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