Restore (copy) a disk image onto a volume. The command name stands for Apple Software Restore. More information: https://www.unix.com/man-page/osx/8/asr/.
sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}}
sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --erase
sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --noverify
sudo asr restore --source {{path/to/volume}} --target {{path/to/cloned_volume}}