Created
January 19, 2026 14:01
-
-
Save costa/452a6d1156eb11a4210af3c2577bf03e to your computer and use it in GitHub Desktop.
gemini.google.com (a genAI) "gemini cli" docker (restricted) runner script -- to be run in a project root directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -e | |
| cwd="$( pwd )" | |
| test -t 0 && tty_opt=t | |
| docker run --rm -i$tty_opt -v "$cwd:$cwd" -w "$cwd" node npx @google/gemini-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment