docker run -p 55155:55155 git.zephyr-software.com:4567/allzp/turbo/turbo:latest
docker run -p 55155:55155 git.zephyr-software.com:4567/allzp/turbo/turbo:latest
```
```
Note that the `-p 55155:55155` parameter tells Docker to expose the Turbo port so that the Turbo CLI can connect. You may always want to use `--restart unless-stopped` flag to ensure that the container is restarted in the event that your system restarts (e.g., due to a power loss).