Hi,
i have a questions about docker and the way to use it to fulfil my needs.
For example i want to host multiple webserver Containers with the standard containersize of 20gb on a single host (Debian). Now if one of these webservers needs more space, how can i resize only this one container? Is this even possible? I only read about setting the standard size of containers at the start of the docker daemon but that sounds like every container has to have the same size.
So what i want would look like this:
container1: 20GB
container2: 20GB
container3: 20GB
container4: 40GB
container3: 30GB
thanks.