mailman_docker icon indicating copy to clipboard operation
mailman_docker copied to clipboard

Get rid of required root permissions

Open realcr opened this issue 10 years ago • 0 comments

The code assumes root privileges when starting/stopping the service. This happened because an older version of docker required root to perform operations using docker.

A better solution would be to use docker and the scripts here as a non privileged user.

realcr avatar Oct 02 '15 17:10 realcr