# Run in a container Pre-built containers with PandABlocks-client and its dependencies already installed are available on [Github Container Registry](https://ghcr.io/PandABlocks/PandABlocks-client). ## Starting the container To pull the container from github container registry and run: ``` $ docker run ghcr.io/pandablocks/PandABlocks-client:latest --version ``` To get a released version, use a numbered release instead of `latest`.