Disk out of space on Azure Web app on Linux -
i having trouble building , deploying new docker containers on azure web app on linux.
error logs claiming out off space, , when looking @ disk usage through kudu can see i'm indeed out of space.
/>df -h gives:
filesystem size used avail use% mounted on none 29g 28g 0 100% / /dev/sda1 29g 28g 0 100% /etc/hosts
have deployed several docker containers in web apps before , removed them aswell seems still taking space.
creating new app service plan without deployed gives 5.7g of free space.
can't seem run docker commands kudu terminal i'm not able check how many images , can't figure out how clean space. sodu isn't available. have ideas how free space?
your disk indeed full of docker images. have cleared them off; should unblocked.
this known issue have fix soon. iterating , deploying new containers common scenario, , goal should abstracted away , should not have worry this.
Comments
Post a Comment