From 8227a8350b80e1000c7f48f249072144f76ff907 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 2 Apr 2015 12:00:32 +0200 Subject: dockeridock --- packaging/docker/catlfish-dev/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/docker/catlfish-dev/Dockerfile') diff --git a/packaging/docker/catlfish-dev/Dockerfile b/packaging/docker/catlfish-dev/Dockerfile index 6c5c72e..6eff721 100644 --- a/packaging/docker/catlfish-dev/Dockerfile +++ b/packaging/docker/catlfish-dev/Dockerfile @@ -46,10 +46,9 @@ RUN make -C catlfish PREFIX=/usr/local all release VOLUME /usr/local/etc/catlfish VOLUME /var/local/db/catlfish -# Don't run as root. +# Create a catlfish user. RUN groupadd --gid 147 catlfish RUN useradd --uid 147 --gid 147 catlfish -USER catlfish # Working has to be where catlfish.config is. We want to run in # /var/run/catlfish and not in /usr/local/etc/catlfish, so symlink. @@ -60,4 +59,5 @@ WORKDIR /var/run/catlfish # Run supervisord. ADD supervisord.conf /etc/supervisor/ +USER catlfish CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"] -- cgit v1.1