# Docker

## 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](https://docs.docker.com/).

##
