tree: b8c856d729592b7ef30b3f6e0eed886661792db7
  1. BASEIMAGE
  2. block.tar.gz
  3. create_block.sh
  4. Dockerfile
  5. README.md
  6. run_iscsi_target.sh
  7. VERSION
test/images/volume/iscsi/README.md

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 create_block.sh (run as root!)