MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

Docker containers should not run as root user #138

Open MickVanDuijn opened 6 years ago

MickVanDuijn commented 6 years ago

At the moment, the docker containers run as root. This causes the installation of local packages to create eggs with root permission, which cannot (easily) be overwritten in usermode.