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-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