Ensure the Turbo server box has access to the docker registry that contains Turbo. For this tutorial, we'll use Zephyr's docker repository which hosts Turbo at `git.zephyr-software.com:4567/allzp/turbo/turbo:latest`. You may need to login to the docker registery using `docker login <hostname>` and provide access credentials.
Once you've ensured access, stand up the Turbo Service with docker:
```
docker run -p 55155:55155 git.zephyr-software.com:4567/allzp/turbo/turbo:latest