Running a Docker container non-root

If one writes a Dockerfile, builds a container image and runs it; the container will run with root privileges by default. It is not recommended from security point of view. Hence the mitigation tactics will be scope of this post. There are three design tactis to prevent running containers with... [Read More]