rramachand21-zz / appsvcdemobyos

App Service Demo - Bring your own storage
3 stars 4 forks source link

Running the app in a container #1

Open jchannon opened 5 years ago

jchannon commented 5 years ago

If you ran this application in a container you'd obviously have to write a Dockerfile and build an image.

Would that Dockerfile container a volume mount in it pointing to the Azure Storage mount or the container would have to be started with a mount argument made

Do you have an example of this anywhere?

I have created a storage account and wired everything up in the portal of azure for my running docker container and set the mount path in the azure portal to be / but when i go look in Azure File storage I don't see anything

t-l-k commented 5 years ago

If you're also using the docker-compose option in the container settings, a docker-compose sample file would also be needed. With similar example bind mount volume expressions.