Zingg
Search
⌃K
Welcome to Zingg
Step-By-Step Guide
Installation
Docker
Sharing custom data and config files
Shared locations
File read/write permissions
Copying Files To and From the Container
Installing From Release
Compiling From Source
Hardware Sizing
Zingg Runtime Properties
Zingg Command Line
Configuration
Working With Training Data
Building and saving the model
Finding the matches
Linking across datasets
Data Sources and Sinks
Working With Python
Running Zingg on Cloud
Zingg Models
Improving Accuracy
Documenting The Model
Interpreting Output Scores
Reporting bugs and contributing
Community
Frequently Asked Questions
Reading Material
Security And Privacy
Powered By GitBook
Comment on page

Docker

From pre-built Docker image with all dependencies included

Running from Docker image from Docker hub

The easiest way to get started is to pull the Docker image with the last release of Zingg.
docker pull zingg/zingg:0.3.4
docker run -it zingg/zingg:0.3.4 bash
To know more about Docker, please refer to the official docker documentation.

​

Previous
Installation
Next
Sharing custom data and config files
Last modified 4mo ago
On this page
Running from Docker image from Docker hub