Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

it's an issue of tooling I thing, through dependent on what containerized runtimes

e.g. in docker you can use -p to publish ports of containers on the host, this trends to get much more messy less ad-hoc usage where you want to publish them between containers, but docker-compose and similar handle all that for you

the benefit of that is this works with the container rubbing using a vm or a namespace created by you or root and it even can work if the container is run somewhere else

with pipes you have to volume mount them and do so in a way which works with whatever docker uses to do so, which if you then also mix in docker on windows or Mac can get a bit annoying

through of we speak about containerization for apps e.g. using snap/flatpack pipes should work just fine

and in the end they are the most common used for cross process communication on the same system, i.e. use case wher you don't have to worry about vms and cross os communication



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: