@2021 Zingg Labs, Inc.
Last updated 1 month ago
The easiest way to get started is to pull the Docker image with the last release of Zingg.
In case of permission denied, try mapping /tmp of docker with user's machine /tmp
To know more about Docker, please refer to the official .
docker pull zingg/zingg:0.4.1-SNAPSHOT docker run -it zingg/zingg:0.4.1-SNAPSHOT bash
docker run -v /tmp:/tmp -it zingg/zingg:0.4.0 bash
From pre-built Docker image with all dependencies included