Skip to content

hetzner-backend1 free disk clear

Hetzner-backend1

In this server we have AWX running on minicube. This container is making every day a new image "quay.io/ansible/awx-ee" and its ~1.70gb. When server is half at the space we need to prune -a old images.

instructions:

How to clean the space?

using teleport login to hetzner-backend1 switch to root user. run the command: docker exec -it minikube /bin/bash you can check df -h to be sure that this container is taking the space.

also you can check docker images last command is to prune all dangling images. docker image prune -a