Show HN: Pooshit – sync local code to remote Docker containers

4 points by marktolson 34 minutes ago

Pronounced Push-It....

I'm a lazy developer for the most part, so this is for people like me. Sometimes I just want my local code running in live remote containers quickly, without building images and syncing to cloud docker repos or setting up git workflows or any of the other draining ways to get your code running remotely.

With pooshit (and a simple config file), you can simply push your local dev files to a remote folder on a VM then automatically remove relevant running containers, then build and run an updated container with one command line call.

It works well with reverse proxies like nginx or caddy as you can specify the docker run arguments in the pooshit_config files.

https://github.com/marktolson/pooshit

WastedCucumber 25 minutes ago

Dumb question, out of real curiosity - is the double fecal pun deliberate?

  • CBLT 8 minutes ago

    Line 1 of the readme has a poop emoji

mouse_ 15 minutes ago

good post