Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

80
Vistas
Disk out of space on Azure Web app on Linux

I having trouble building and deploying new Docker containers on Azure Web App on Linux.
Error logs is claiming to be out off space, and when looking at disk usage through Kudu I can see that 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 and removed them aswell but it seems as they are still taking up space.
Creating a new App Service plan without anything deployed gives about 5.7G of free space.
Can't seem to run docker commands from the Kudu terminal so I'm not able to check how many images and can't figure out how to clean up space. Also sodu isn't available. Does anyone have any ideas about how to free up some space?

about 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Your disk was indeed full of Docker images. I have cleared them off; you should be unblocked.

This is a known issue that we will have a fix for soon. Iterating and deploying new containers is a common scenario, and the goal is that this should be completely abstracted away and you should not have to worry about this.

about 4 years ago · Santiago Trujillo Denunciar

0

I believe my coworker and I ran into this issue when pulling images from a repository on Azure. The images would not be cleared after running docker-compose pull, but not appear to be present on the primary node.

We would see the following upon sshing onto that node:

> ssh username@server.eastus.cloudapp.azure.com -A -p 2200
> df -h
Filesystem      Size  Used Avail Use% Mounted on
# ...
/dev/sda1        29G  2.0G   26G   8% /

We would still enounter space issues. After some debugging, we found these results differed when attached to a container itself:

> docker-compose exec container_name /bin/bash
> df -h
Filesystem      Size  Used Avail Use% Mounted on
# ...
/dev/sda1        29G  29G   0G   100% /etc/hosts

The following snippet worked to clear all images not in use without issue:

docker rmi $(docker images --filter "dangling=true" -q --no-trunc)

Note that --no-trunc is required, without it docker complains that the images don't actually exist.

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda