Initial commit: Claude Dev Container with Java multi-version, Docker CLI, and web terminal

This commit is contained in:
openclaw
2026-02-24 16:58:17 +00:00
commit a84835cd7e
10 changed files with 732 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Environment variables (contains passwords!)
.env
# Claude credentials (personal/sensitive)
claude-credentials/
# Persistent data folders
workspace/
# Docker
.DS_Store
*.log