Hi,
consider this Dockerfile:
FROM ubuntu
RUN adduser foo
USER foo
ADD . /foo
/foo in the container will be owned by root, not by 'foo' as one might expect. There are easy workaround but it's still a inconsistency which should be fixed at some point.
Hi,
consider this Dockerfile:
/foo in the container will be owned by root, not by 'foo' as one might expect. There are easy workaround but it's still a inconsistency which should be fixed at some point.