Azure web app for containers- additional parameters for docker run command

334 Views Asked by At

I have web application developed using the PHP and Laravel and trying to host in the Azure Web App for Containers service. I have integrated stackify logging functionality for the application and the server.

I need to send additional parameters to the docker run command in the azure web app for containers, need to pass the pid and v in the docker run command.

docker run -it --pid=host -v /usr/local/stackify:/usr/local/stackify

I did not find a way to configure. Please suggest a solution to resolve this. Is there any way configure the docker run commaned in the Azure web app for container service.

enter image description here

0

There are 0 best solutions below