# Docker
A container image (opens new window) is available for running the XR Debug server. Refer to Docker configuration when using this container image.
# Docker commands
# Run
docker run -d -p 27420:27420 --name chevere-xr ghcr.io/chevere/xr
The server will be available at http://localhost:27420 (opens new window)
# Start
docker container start chevere-xr
# Stop
docker container stop chevere-xr
# Remove
docker container rm chevere-xr -f
# Build
docker build -t ghcr.io/chevere/xr:tag .
← Server