Sign inSign up

byrnedo/mongo-tmpfs

By byrnedo

Updated over 8 years ago

Fork of jamesridgway/mongo-tmpfs

Image
0

480

byrnedo/mongo-tmpfs repository overview

mongo-tmpfs

mongo-tmpfs is a docker container for running a mongo instance against a tmpfs storage volume.

This container is designed to enhance performance in testing environments. Logging and preallocation is disabled and smallfiles are enabled.

The TMPFS_SIZE environment variable can be used to configure the size (in MB) of the tmpfs volume.

docker run  --name mongo-tmpfs \
            --privileged \
            -p 27017:27017 \
            jamesridgway/mongo-tmpfs:3.6

MongoDB Version

Different version of the mongo-tmpfs container are available for different versions.

Mongo VersionDocker Tag
3.0jamesridgway/mongo-tmpfs:3.0
3.2jamesridgway/mongo-tmpfs:3.2
3.4jamesridgway/mongo-tmpfs:3.4
3.6jamesridgway/mongo-tmpfs:3.6

Tag summary

Content type

Image

Digest

Size

124.3 MB

Last updated

over 8 years ago

docker pull byrnedo/mongo-tmpfs