When running df on Docker for Azure it shows 28.0G used :
swarm-manager000002:~$ df -h
Filesystem Size Used Available Use% Mounted on
overlay 29.4G 28.0G 0 100% /
but when doing du -sh / it shows just 2.5G
swarm-manager000002:~$ du -sh / 2>/dev/null
2.5G /
Any idea why?
P.S. Also master is kind of down
swarm-manager000002:~$ docker node ls
Error response from daemon: rpc error: code = 14 desc = grpc: the connection is unavailable
Additional info:
swarm-manager000002:~$ docker info
Containers: 5
Running: 5
Paused: 0
Stopped: 0
Images: 6
Server Version: 17.03.1-ce
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true