Docker for running codex cli in a confined setup.
579
To generate new auth.json code use docker run --rm -it --name codex -p 1455:1456 subhajitroy/codex:latest. After you have authenticated locally, copy the authentication file using docker cp codex:/home/node/.codex/auth.json . Now this auth.json could be pasted into a server or other headless device to enjoy codex.
For running with local auth and setup:
docker run --rm -it -p 1455:1456 -v ~/.codex:/home/node/.codex subhajitroy/codex:latest
docker run --rm -it -p 1455:1456 -v $PWD:/home/node/mount subhajitroy/codex:latest
Content type
Image
Digest
sha256:e9970dfe3…
Size
193.7 MB
Last updated
6 months ago
docker pull subhajitroy/codex