Should I run things inside a docker container as non root for safety?
I already run my docker build and docker run without sudo. However, when I launch a process inside a docker container, it appears as a root process on top on the host (not inside the container). While it cannot access the host filesystem because of namespacing and cgroups from docker, is it still more dangerous than running as a simple user? If so, how is th