Pull the latest version of the image from the docker index. This is the recommended method of installation as it is easier to update image in the future. These builds are performed by the **Docker Trusted Build** service.
Point your browser to `http://localhost:10000` and login as root. A random password is assigned for the root user. This password can be retrieved from the container logs.
```bash
docker logs bind 2>&1 | grep '^User: ' | tail -n1
```
Please note that the password is not persistent and changes every time the image is executed.
# Data Store
You should mount a volume at `/data` for persistence of your bind server configuration.