mr_MADAFAKA@lemmy.ml to Linux@lemmy.ml · 10 months agoDocker team is considering distributing Docker Desktop as a Flatpak and Snapgithub.comexternal-linkmessage-square35fedilinkarrow-up1169arrow-down17
arrow-up1162arrow-down1external-linkDocker team is considering distributing Docker Desktop as a Flatpak and Snapgithub.commr_MADAFAKA@lemmy.ml to Linux@lemmy.ml · 10 months agomessage-square35fedilink
minus-squareylai@lemmy.mllinkfedilinkarrow-up2arrow-down1·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-squareemax_gomax@lemmy.worldlinkfedilinkarrow-up1·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.