@[email protected] to [email protected] • 10 months agoDocker team is considering distributing Docker Desktop as a Flatpak and Snapgithub.comexternal-linkmessage-square28fedilinkarrow-up1156arrow-down17
arrow-up1149arrow-down1external-linkDocker team is considering distributing Docker Desktop as a Flatpak and Snapgithub.com@[email protected] to [email protected] • 10 months agomessage-square28fedilink
minus-square@[email protected]linkfedilink1•edit-210 months agoInstalling podman-compose with the immutable filesystem is fairly straight forward, since it is just a single Python file (https://github.com/containers/podman-compose/blob/devel/podman_compose.py), which you can basically install anywhere in your path. You can also first bootstrap pip (python3 get-pip.py --user with get-pip.py from https://github.com/pypa/get-pip) and then do pip3 install --user podman-compose.
minus-square@emax_gomaxlink1•10 months agoYep. That’s what I plan to do, just a shame it isn’t already there… also that I’m travelling from tomorrow so might have to defer it for a bit XD.
Installing podman-compose with the immutable filesystem is fairly straight forward, since it is just a single Python file (https://github.com/containers/podman-compose/blob/devel/podman_compose.py), which you can basically install anywhere in your path. You can also first bootstrap pip (
python3 get-pip.py --user
withget-pip.py
from https://github.com/pypa/get-pip) and then dopip3 install --user podman-compose
.Yep. That’s what I plan to do, just a shame it isn’t already there… also that I’m travelling from tomorrow so might have to defer it for a bit XD.