We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acb3d2 commit 4261da3Copy full SHA for 4261da3
1 file changed
install.sh
@@ -50,6 +50,10 @@ if ! docker pull "$DOCKER_IMAGE"; then
50
echo "Failed to pull from GitHub Container Registry, trying Docker Hub..."
51
DOCKER_IMAGE_FALLBACK="lroolle/claude-code-yolo:latest"
52
docker pull "$DOCKER_IMAGE_FALLBACK"
53
+ echo ""
54
+ echo -e "\033[93mNOTE: Using Docker Hub fallback image\033[0m"
55
+ echo "To use Docker Hub by default, set: export DOCKER_IMAGE=lroolle/claude-code-yolo"
56
+ echo "Add this to your shell profile (.bashrc, .zshrc) to make it permanent"
57
fi
58
59
# Success message
0 commit comments