https://github.com/nextjournal/infinit
Custom image for the Infinit Filesystem. Based on official alpine builds from infinit.sh.
https://github.com/nextjournal/infinit
Last synced: 3 months ago
JSON representation
Custom image for the Infinit Filesystem. Based on official alpine builds from infinit.sh.
- Host: GitHub
- URL: https://github.com/nextjournal/infinit
- Owner: nextjournal
- Created: 2016-12-18T20:01:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T12:35:10.000Z (almost 9 years ago)
- Last Synced: 2025-07-03T19:53:59.597Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinit Storage Platform in Docker
For servers
```
docker run -it --net=host --privileged \
-e "USER=user" \
-e "NETWORK=network" \
-e "MODE=server" \
-e "VOLUME=volume" \
-v /srv/data/infinit:/infinit \
-v /var/lib/infinit:/infinit_storage \
nextjournal/infinit-docker
```
For clients
```
docker run -it --net=host --privileged \
-e "USER=user" \
-e "NETWORK=network" \
-e "VOLUME=volume" \
-v /srv/data/infinit:/infinit \
-v /mnt/infinit:/infinit_mount:shared \
nextjournal/infinit-docker
```