Ssh Docker Remote Config Management

Reliable pattern for editing JSON config files in Docker containers on a remote VPS via SSH — avoids the triple-nested-quoting nightmare (SSH → docker exec → jq) using a pipe-and-copy approach. Includes hot-reload tricks (SIGUSR1) and gotchas around `docker cp` direction and `restart` vs `down/up`.

aksheyw fa2008a 2.9 KB Updated

File contents

aksheyw/claude-code-learned-skills/tree/main/skills/ssh-docker-remote-config-management commit fa2008abfa

Frequently asked questions

npx skillmds@latest add aksheyw/ssh-docker-remote-config-management