Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.05 KB

Infinit Storage Platform in Docker

This is an Ubuntu derived image providing executables for the Infinit Storage Platform. The executables are installed from the official Infinit apt repository.

Each branch in the git repository corresponds to a supported Infinit version (e.g. 0.6.1) with the master branch following the latest release. These branch names are reflected in the image tags on the Docker Hub.

Usage

Run the image along these lines:

docker run -it --rm --privileged geodata/infinit

Note you need the --privileged option to allow mounting of FUSE filesystems by the container.

Then follow the Getting Started instructions provided by Infinit. Note you can skip the Installation and Basic Test section as this image provides a working installation. You can run multiple containers to simulate multiple clients in a storage infrastructure.