Sign inSign up

onlyzhap/ext4fs

By onlyzhap

Updated about 4 years ago

This plugin allows you to create and mount linux ext4 filesystem in your container easily.

Plugin
0

278

onlyzhap/ext4fs repository overview

Docker volume plugin for Local ext4 Filesystem

This plugin allows you to create and mount linux ext4 filesystem in your container easily.

Inspired by https://github.com/vieux/docker-volume-sshfs

Usage

1 - Install the plugin

docker plugin install onlyzhap/ext4fs

2 - Create a volume

$ docker volume create -d onlyzhap/ext4fs -o size=4G ext4volume
sshvolume
$ docker volume ls
DRIVER                          VOLUME NAME
onlyzhap/ext4fs:latest          ext4volume

3 - Use the volume

docker run -it -v ext4fsvolume:/test busybox ls /test

Tag summary

Content type

Plugin

Digest

sha256:5bc1bf5dd

Size

9.4 MB

Last updated

about 4 years ago

docker plugin install onlyzhap/ext4fs