Skip to content

Troubleshooting

ProblemSolution
Container won’t startcoderaft cleanup --all then retry
Volume permission errorsAdd user: "1000:1000" to config
Port already in useChange port or docker ps to find conflict
Changes not persistingCheck volume mounts in config
Slow performanceAdjust resources in config
Terminal window
# Start Docker service
sudo systemctl start docker
# Or check Docker Desktop is running (Windows/macOS)
Terminal window
# Pull image manually
docker pull buildpack-deps:bookworm
Terminal window
coderaft destroy my-project
coderaft init my-project
Terminal window
# Add user to docker group
sudo usermod -aG docker $USER
# Log out and back in
Terminal window
# Check status
coderaft status
# View Docker logs
docker logs <container-id>
# Inspect container
docker inspect <container-id>
# Reset everything
coderaft cleanup --all
  1. Check FAQ
  2. Try coderaft cleanup --all and reinitialize
  3. Open an issue with coderaft status output