Hacker News new | ask | show | jobs
by verdverm 2561 days ago
I think most people are ok running docker on their laptop / personal / work machines.

Running as non-root is totally viable, but root still seems to be the norm. You might look into configuring docker daemon to not open ports externally.

1 comments

worth noting: for Docker Desktop (Mac and Windows), Docker itself is in a full VM, and not really the platform's root user.
Chrome OS also uses this model in its Crostini subsystem. In that case it runs LXC containers in a full VM. You can run Docker inside those containers, too.