Linearity@piefed.au to linuxmemes@lemmy.worldEnglish · 11 days agoThe Ubuntu experience:piefed.auimagemessage-square131linkfedilinkarrow-up1828arrow-down140file-text
arrow-up1788arrow-down1imageThe Ubuntu experience:piefed.auLinearity@piefed.au to linuxmemes@lemmy.worldEnglish · 11 days agomessage-square131linkfedilinkfile-text
minus-squareRamenJunkie@midwest.sociallinkfedilinkEnglisharrow-up7arrow-down1·10 days agoI really hate all these snaps and flatpacks and docker and blah blah blah. Its about impossible to find a simple series of commands to just install and run some program anymore. I also keep running into issues, especially with Docker where it assumes its the only thing that exists and everything uses the same port.
minus-squaredai@lemmy.worldlinkfedilinkarrow-up3·10 days agoRun a macvlan and give containers their own local IP. Or don’t expose the port on the host, and connect via reverse proxy.
I really hate all these snaps and flatpacks and docker and blah blah blah.
Its about impossible to find a simple series of commands to just install and run some program anymore.
I also keep running into issues, especially with Docker where it assumes its the only thing that exists and everything uses the same port.
Run a macvlan and give containers their own local IP. Or don’t expose the port on the host, and connect via reverse proxy.