···42424343## Use a container image
4444Nightly builds of Crawlspace are pushed to GHCR, and tagged version releases will be as well.
4545-Pull using either `latest` or a commit short hash as the tag:
4545+Pull using either `nightly` or a commit short hash as the tag:
4646```bash
4747-podman pull ghcr.io/xoogware/crawlspace:latest
4747+podman pull ghcr.io/xoogware/crawlspace:nightly
4848```
4949then run with the world mounted read-only:
5050```bash