This message was deleted.
# rke
a
This message was deleted.
h
for RKE - it uses docker right ?
t
I don't think so, my understanding that RKE uses docker but docker ps does not work as well
b
Docker is a pretty hard dependency of RKE. If you don't have docker installed. You don't have RKE installed. RKE is really just kubernetes in docker containers.
t
I am sure it is an RKE cluster on aws ec2 instance. The node is RHEL
h
If you are just after disk usage by container, try this:
Copy code
docker system df
Reference: https://docs.docker.com/engine/reference/commandline/system_df/