Commands
| Command | Description |
|---|---|
cac docker setup | Configure proxy and network (interactive) |
cac docker start | Start the container |
cac docker stop | Stop the container |
cac docker restart | Restart the container |
cac docker enter | Shell into the container |
cac docker check | Network + identity diagnostics |
cac docker port <port> | Forward a port to localhost |
cac docker status | Show container status |
cac docker logs | View container logs |
cac docker destroy | Remove container and network |
Proxy formats
Docker mode supports share links in addition to compact format:Network modes
| Mode | When | How |
|---|---|---|
| Remote (macvlan) | Linux server with Docker Engine | Container gets its own IP on the LAN, completely bypasses host network stack |
| Local (bridge) | Laptop with Docker Desktop | Container uses Docker bridge network, proxy traffic is encrypted |