> For the complete documentation index, see [llms.txt](https://docs.zingg.ai/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingg.ai/latest/stepbystep/installation/docker.md).

# 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.5.0
docker run -it zingg/zingg:0.5.0 bash
```

In case of permission denied, try mapping /tmp of docker with user's machine /tmp

```
docker run -v /tmp:/tmp -it zingg/zingg:0.5.0 bash
```

To know more about Docker, please refer to the official [Docker documentation](https://docs.docker.com/).

##
