https://github.com/rootfs/gluster-block-container
https://github.com/rootfs/gluster-block-container
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootfs/gluster-block-container
- Owner: rootfs
- Created: 2017-12-14T18:16:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T15:49:05.000Z (over 7 years ago)
- Last Synced: 2024-12-29T21:22:47.712Z (5 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experimental Gluster block Container
# Prerequisite
Ensure target_core_user kernel module is loaded.
# Build
```bash
# docker build -t gluster-block .
```# Run
```bash
# docker run -ti --privileged -v /path/to/xfs:/vol -v /lib/modules:/lib/modules gluster-block
```# All in one
```bash
# bash run.s
```