简体   繁体   中英

How to pass Dockerfile or docker-compose in Azure Portal?

I saw that you can run containers using your own Dockerfile or docker-compose by executing Azure CLI. But is it possible to specify a Dockerfile or dockercompose which will contain a link to the image and also some variables for the run-tim but through the Azure Portal and not Azure CLI? I am referring to ACI type of containers.

Thanks

you can built the docker container locally or with a CI/CD pipeline and upload it to a container registry (Azure CR or Docker hub).

when creating an Azure Container Instance you can retrieve it from this repository

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM