Replies: 1 comment
|
There are two different Docker cases here. 1. Docker-native wrapper (the install script): RTK can still be used. The wrapper starts the Headroom proxy in Docker, but Claude/Codex/etc. runs on the host. During the RTK is opt-in in current releases, so with the Docker-native wrapper use: HEADROOM_RTK=1 headroom wrap claude
# or: HEADROOM_RTK=1 headroom wrap codexThe wrapper forwards 2. Running only the published proxy image: the image does not bundle RTK. This is called out in the Docker-native documentation. Starting Tokensave is no longer something to install. It has been retired and replaced by Serena. Current So for the usual setup—Headroom proxy in Docker, coding agent on the host—the practical answer is: use the Docker-native |
Uh oh!
There was an error while loading. Please reload this page.
Hello, can RTK and Tokensave be used when Headroom is running as a container? Or they must be installed separately? With Python installation and wrap command they are installed and configured automatically, but what about when with Docker image? Is there a way to do it?
All reactions