Hi
I am running flashphoner as a docker container.
After fiddling for 2 days it finally started working.
it still throws an error in logs
even though this topic is not about those errors in log, but still would like to know what affect it has on the application and how it can be fixed.
now back to the topic:
Next step after making the container run is securing the environment by running container as non root user.
I found flashphoner user present in the container, but when I trued to run it as flashphoner user I received following error
To fix this issue some may suggest to mount the setenv.sh file as a volume to keep modifications persistent, but this on the edge of defeating the purpose.
much elegant way would be using WCS_NON_ROOT as a variable in the container configuration.
and here is the ask:
is it possible to have WCS_NON_ROOT as variable in upcoming container versions?
regards
artakami
I am running flashphoner as a docker container.
After fiddling for 2 days it finally started working.
it still throws an error in logs
Code:
sed: cannot rename /usr/local/FlashphonerWebCallServer/conf/sedQpekMU: Device or resource busy
sed: cannot rename /usr/local/FlashphonerWebCallServer/conf/sedVr0oTU: Device or resource busy
now back to the topic:
Next step after making the container run is securing the environment by running container as non root user.
I found flashphoner user present in the container, but when I trued to run it as flashphoner user I received following error
Code:
Activation complete
FlashphonerWebCallServer: starting
FlashphonerWebCallServer cannot be started from user flashphoner, please switch WCS_NON_ROOT in setenv.sh to true!
WebCallServer failed
FlashphonerWebCallServer: not running
much elegant way would be using WCS_NON_ROOT as a variable in the container configuration.
and here is the ask:
is it possible to have WCS_NON_ROOT as variable in upcoming container versions?
regards
artakami