Comment on Broadcom yanks ESXi Free version, effective immediately

<- View Parent
dan@upvote.au ⁨8⁩ ⁨months⁩ ago

I personally prefer Docker over LXC since the containers are essentially immutable. You can completely delete and recreate a container without causing issues. All your data is stored outside the container in a Docker volume.

Good Docker containers are “distroless” which means it only contains the app and the bare minimum dependencies for the app to run, without any extraneous OS stuff in it. LXC containers aren’t as light since as far as I know they always contain an OS.

source
Sort:hotnewtop