Show HN: Pooshit – Sync local code to remote Docker containers
11–20 of 51 posts
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#12Useful project. Name that no reasonable company would allow IT department to use. 10 out of 10! It worked for CockroachDB. I hope it turns into a unicorn and I'm not joking about that.
Legal came back saying that it was "highly unorthodox, but approved for use"
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#13Neat project, but what does this do differently than docker compose with the --host flag? https://docs.docker.com/reference/cli/docker/#host It uploads your whole local docker context, source code and all, builds the image on the remote server and up's the container(s) all with a single command. I use this all the time when deploying simple services to avoid all of the complexity of registries etc. docker -H ssh://re…
To me, it looks like this new project is aimed more at being able to develop remotely and share your localhost:3000 env instead of getting a real production box up. Bidi sync etc... hints at that, it's like having a 2-interface dev env.
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#14Useful project. Name that no reasonable company would allow IT department to use. 10 out of 10! It worked for CockroachDB. I hope it turns into a unicorn and I'm not joking about that.
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#15Dumb question, out of real curiosity - is the double fecal pun deliberate?
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#16Neat project, but what does this do differently than docker compose with the --host flag? https://docs.docker.com/reference/cli/docker/#host It uploads your whole local docker context, source code and all, builds the image on the remote server and up's the container(s) all with a single command. I use this all the time when deploying simple services to avoid all of the complexity of registries etc. docker -H ssh://re…
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#17Re: Show HN: Pooshit – Sync local code to remote Docker containers
#18For anyone who's interested in proper bidirectional sync check out Mutagen.[0]
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#19This is a steaming pile of SFTP. Why not use rsync or wrap it if you must? For anyone who's interested in proper bidirectional sync check out Mutagen.[0] [0]: https://mutagen.io/documentation/synchronization/
Re: Show HN: Pooshit – Sync local code to remote Docker containers
#20Dumb question, out of real curiosity - is the double fecal pun deliberate?