How do I limit the disk space a Docker container can use?
I created a container for Cassandra using the command "docker run -p 9042:9042 --rm --name cassandra -d cassandra:4.0.7" and after it starts the disk usage on my windows machine goes to 100% usage I can't find anywhere how to limit…