▲ 161 ▼ Docker team is considering distributing Docker Desktop as a Flatpak and Snap (github.com) submitted 2 years ago by mr_MADAFAKA@lemmy.ml to c/linux@lemmy.ml 35 comments fedilink hide all child comments
[–] emax_gomax@lemmy.world 1 point 2 years ago* (last edited 2 years ago) (1 child) Ooh, didn't know about podman. That's neat. Edit: shame they didn't include podman-compose as well. permalink fedilink source parent hideshow 2 child comments replies: [–] ylai@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) (1 child) 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 with get-pip.py from https://github.com/pypa/get-pip) and then do pip3 install --user podman-compose. permalink fedilink source parent hideshow 2 child comments replies: [–] emax_gomax@lemmy.world 1 point 2 years ago 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. permalink fedilink source parent
[–] ylai@lemmy.ml 1 point 2 years ago* (last edited 2 years ago) (1 child) 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 with get-pip.py from https://github.com/pypa/get-pip) and then do pip3 install --user podman-compose. permalink fedilink source parent hideshow 2 child comments replies: [–] emax_gomax@lemmy.world 1 point 2 years ago 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. permalink fedilink source parent
[–] emax_gomax@lemmy.world 1 point 2 years ago 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. permalink fedilink source parent