Comment by sippeangelo

Comment by sippeangelo 7 hours ago

5 replies

Neat 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://remote compose up -d
parhamn 2 hours ago

What!?!? This is a thing? How did I not know about this. Thanks for the share!

zsimjee 6 hours ago

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.

marktolson 5 hours ago

Probably pretty similar except you get to just write "pooshit" instead.