This plugin allows you to create and mount linux ext4 filesystem in your container easily.
278
This plugin allows you to create and mount linux ext4 filesystem in your container easily.
Inspired by https://github.com/vieux/docker-volume-sshfs
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
Content type
Plugin
Digest
sha256:5bc1bf5dd…
Size
9.4 MB
Last updated
about 4 years ago
docker plugin install onlyzhap/ext4fs