philippabele / nursing-home-volunteer

0 stars 0 forks source link

Added Docker #10

Closed larsrickert closed 2 years ago

larsrickert commented 3 years ago

closes #7

philippabele commented 3 years ago

By building your image with

docker build

and running it locally

docker run -it image-name /bin/sh

I took a look at the current user with

whoami

and root showed up.

Please consider to run the process as a non root user