Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
270 views
in Technique[技术] by (71.8m points)

azure - Does a function app based on a docker container use the same amount of space for every host?

I have a function app created as a "docker container", which updates continuously from my docker repo. My docker image is ~4GB. I imagine every host will run its own container thus a new copy of the image thus 4GB per host (since the func app is using a consumption plan).

Going to the Service App Plan and looking at "File System Storage" blade, it says that my function app is using only 2.5MiB of space out of 10 GiB threshold and this was while one of the functions was processing. This doesn't line up with my theory that every host creates its own container. I would at least expect 4GB but its not even that, its only 2.5mb.

How is this possible?

question from:https://stackoverflow.com/questions/65600474/does-a-function-app-based-on-a-docker-container-use-the-same-amount-of-space-for

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...