Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T597
Change Details
Change Details
Old
New
Diff
Building an image on the top of nasqueron/nginx-php-fpm Docker image, I see: ``` $ docker run --name tmp 585a158865e9 /usr/local/sbin/runsvdir-init: line 2: /usr/local/etc/envvars: Permission denied ``` It seems /usr/local/etc/envvars shoul be chmoded 755.
Building an image on the top of nasqueron/nginx-php-fpm Docker image, I see: ``` $ docker run --name tmp 585a158865e9 /usr/local/sbin/runsvdir-init: line 2: /usr/local/etc/envvars: Permission denied ``` At this stage, this image ran as app, not as root, and /usr/local/etc/envvars didn't exist.
Building an image on the top of nasqueron/nginx-php-fpm Docker image, I see: ``` $ docker run --name tmp 585a158865e9 /usr/local/sbin/runsvdir-init: line 2: /usr/local/etc/envvars: Permission denied ```
It seems
At this stage, this image ran as app, not as root, and
/usr/local/etc/envvars
shoul be chmoded 755
didn't exist
.
Continue