debuglevel / greeting-microservice

Micronaut microservice template written in Kotlin
The Unlicense
5 stars 2 forks source link

Docker container should not run as root #6

Closed debuglevel closed 3 years ago

debuglevel commented 3 years ago

The container runs as root. Those privileges should be dropped instead to another user, as in production there should be no reason to run something as root (as you would not on your linux server).