mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
.. | ||
block.tar.gz | ||
create_block.sh | ||
Dockerfile | ||
initiatorname.iscsi | ||
Makefile | ||
README.md | ||
run_iscsid.sh | ||
saveconfig.json |
iSCSI target container for testing.
Inspired by https://github.com/rvykydal/dockerfile-iscsid
-
The container needs /lib/modules from the host to insert appropriate kernel modules for iscsi. This assumes that these modules are installed on the host!
-
The container needs to run with docker --privileged
block.tar.gz is a small ext2 filesystem created by make block
(run as root!)