microsoft / AIforEarth-API-Development

This is an API Framework for AI models to be hosted locally or on the AI for Earth API Platform (https://github.com/microsoft/AIforEarth-API-Platform).
MIT License
75 stars 44 forks source link

Azure container instances don't work with azure data blobs. #65

Closed vasusingla closed 4 years ago

vasusingla commented 5 years ago

I can't seem to mount azure data blobs on ACI using docker, always runs into fuse mount failed, I can circumvent this, by passing arguments when using docker run, --cap-add SYS_ADMIN, --device /dev/fuse --security-opt apparmor:unconfined on my local, is there a way to pass these arguments to docker when launching container instance?

pflickin commented 4 years ago

@vasusingla619 Azure file shares can be mounted in Azure Container Instances. Please see here: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files