Running Universal Dashboard in a Linux Docker Container
For a project I’m currently working on I needed a Linux Docker container to run in Azure App Service for Linux.
Web App is a fully managed compute platform that is optimized for hosting websites and web applications. Customers can use App Service on Linux to host web apps natively on Linux for supported application stacks.
App Service on Linux supports a number of Built-in images in order to increase developer productivity. If the runtime your application requires is not supported in the built-in images, there are instructions on how to build your own Docker image to deploy to Web App for Containers.
I wanted to build my own Docker image and deploy that in later steps to the Web App for Containers.
You can read more here.