Clonezilla live ISOs made available as Docker Images
Use the following command to run the Docker container:
docker run -it warfront1cz/clonezilla:latest
By default, the container runs clonezilla.
If you wanted to run bash
on the clonezilla container, you can use the following command:
docker run -it warfront1cz/clonezilla:latest /bin/bash