Thanks @Sebastien_Jourdain. I’m able to build and even run the image using non-root user.
I created the basic application using CookieCutter. I created Simple ConeViewer example which I’m able to see on host machine after installing it on that. However, while running the container image I’m trying to view it on browser of host machine with URL
[Preformatted text](http://localhost:8080/volume_viewer.html)
but page is not loading. Also, I’m getting following warning while running the run_server or run_mage script.
* Restarting Apache httpd web server apache2 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[ OK ]
Starting the wslink launcher at
======== Running on http://0.0.0.0:9000 ========
(Press CTRL+C to quit)
For server name warning I tried this but it’s still same.