Container (distrobox) usage on Bazzite — list of available containers, entry points, and usage patterns. Triggers: "bazzite container", "distrobox enter", "distrobox list", "distrobox ai-agents".
| Container | Purpose | Entry Command | Tips |
|---|---|---|---|
ai-agents | AI tooling – OpenCode, Gemini CLI, Qwen, scripts | distrobox-enter -n ai-agents | Use for Python, Node, C++, or any dev work that needs build tools. |
openclaw-dev | OpenClaw browser + Telegram agents | distrobox-enter -n openclaw-dev | Sync OAuth tokens before use (openclaw :: oauth::sync). |
litellm-router | Haproxy reverse proxy for LiteLLM (port 4000) | distrobox-enter -n litellm-router | Logs at /var/log/haproxy.log. |
litellm-dev | LiteLLM "blue" instance (port 4001) | distrobox-enter -n litellm-dev | Switch between blue/green by setting the LITELLM_ACTIVE env var. |
litellm-green |
| LiteLLM "green" instance (port 4002) |
distrobox-enter -n litellm-green |
| Alternative LiteLLM instance for testing. |
fedora-tools | General CLI utilities | distrobox-enter -n fedora-tools | Good for one‑off gh, chezmoi, yq, jq, etc. |
# List running containers
distrobox list
# Enter a container
distrobox-enter -n <container-name>
# Run a command inside a container without entering an interactive shell
distrobox-enter -n <container-name> -- <command>
# Stop a container
distrobox stop <container-name>
# Remove a container (use with caution – data loss!)
distrobox rm <container-name>
When you enter a container managed by this ecosystem, source the setup script:
source /etc/profile.d/ai-agents.sh
This sets API_ENDPOINT variables, Python path, NODE_ENV, and other required environment variables.
/var/home/yish as their home directory.cp to bring files in.~/repos/distrobox-configs.---38:["$","$L40",null,{"content":"$41","frontMatter":{"name":"bazzite-containers","description":"Container (distrobox) usage on Bazzite — list of available containers, entry points, and usage patterns.\nTriggers: "bazzite container", "distrobox enter", "distrobox list", "distrobox ai-agents".\n"}}]