exakat / exakat-docker

Docker Container for Exakat
20 stars 9 forks source link

Docker runs as root #17

Open pauldburton opened 5 years ago

pauldburton commented 5 years ago

So following the tutorial, I have setup the docker image to run on our CI server. The issue is the docker file creates the reports as root. This makes it hard for the CI server to clean up after itself.

The docker image should be updated to use a different user such as 1000.