Hacker News new | ask | show | jobs
by zzzeek 505 days ago
> I prefer to use virtual machines...They also behave more like a real Linux system running on bare metal hardware than containers do.

People don't seem to be noting this here yet but if this is why you "prefer" a VM to a container, you dont really understand what containers are used for

1 comments

People use containers for different things, some of them for the same things they used VMs in the past. This has nothing to do with understanding, just your or the author's preference.
if you are looking for init scripts / systemd / kernel modules / etc in a container, that's not how you should be using a container.