├── .gitignore ├── LICENSE ├── README.md ├── dispatch.sh ├── images-abc.txt ├── pull.sh └── target-hosts.txt /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eip-work/docker-image-loader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eip-work/docker-image-loader/HEAD/README.md -------------------------------------------------------------------------------- /dispatch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eip-work/docker-image-loader/HEAD/dispatch.sh -------------------------------------------------------------------------------- /images-abc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eip-work/docker-image-loader/HEAD/images-abc.txt -------------------------------------------------------------------------------- /pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eip-work/docker-image-loader/HEAD/pull.sh -------------------------------------------------------------------------------- /target-hosts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eip-work/docker-image-loader/HEAD/target-hosts.txt --------------------------------------------------------------------------------