Sign inSign up

subhajitroy/codex

By subhajitroy

Updated 6 months ago

Docker for running codex cli in a confined setup.

Image
Languages & frameworks
Integration & delivery
0

579

subhajitroy/codex repository overview

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

Don't forget to mount a local dir or push your task to github before closing

Tag summary

Content type

Image

Digest

sha256:e9970dfe3

Size

193.7 MB

Last updated

6 months ago

docker pull subhajitroy/codex