Folks I seem to have run out of space into a docker container. Now if I try to login with:
docker exec -i -t 5a0abe92ed46 /bin/sh
The system simply hangs.
docker pause 5a0abe92ed46
docker restart 5a0abe92ed46
Also did not work so I’m out of ideas how to eliminate those containers.
I’m running:
Docker version 1.10.3, build cb079f6-unsupported
Into CentOS Linux release 7.2.1511 (Core)
What can I do?