Running dockerDeployZoa.sh results with a message that says no space is left on the device

When you run dockerDeployZoa.sh, a message appears that says that no space is left on the device.

Symptom

When you run dockerDeployZoa.sh, the following message appears, and the Z Data Analytics platform OCI imagess are restored from archive and loaded:
no space left on device

Solution

Verify if the Docker root file system has adequate available capacity. By default, Docker root is located at /var/lib/docker. You can run the following commands to determine the path to the Docker root file system and the available capacity:
DOCKERROOT=`docker info -f '{{ .DockerRootDir}}'`
df -k ${DOCKERROOT}

If the Docker root file system capacity is insufficient, you can either increase the capacity of the affected file system or migrate Docker root to an existing file system with sufficient capacity. To migrate Docker root to a different file system, perform the steps in Relocating the Docker root directory.