ColdWater@lemmy.ca to Linux@lemmy.ml · edit-22 年前[Solved] This maybe a strange question but can I run a Linux app in a separate container/sandbox? Without its dependencies bloating my host OS?message-squaremessage-square51fedilinkarrow-up174file-text
arrow-up174message-square[Solved] This maybe a strange question but can I run a Linux app in a separate container/sandbox? Without its dependencies bloating my host OS?ColdWater@lemmy.ca to Linux@lemmy.ml · edit-22 年前message-square51fedilinkfile-text
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up8·2 年前Don’t use docker with distrobox. Use podman instead as it is rootless and faster
minus-squareRead Bio@lemm.eelinkfedilinkEnglisharrow-up1·2 年前Docker for servers and Rodman for home pcs
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up1·2 年前Podman goes well with Kubernetes. It also is more performant than docker. I use both
Don’t use docker with distrobox. Use podman instead as it is rootless and faster
Docker for servers and Rodman for home pcs
Podman goes well with Kubernetes. It also is more performant than docker.
I use both
Oh