Increase the default Windows container's storage
Docker engine configuration file options
The default storage of Windows container is 20GB. To increase it, you need to create a config file and restart the docker engine.
The default location of the configuration file on Windows is %programdata%\docker\config\daemon.json
This is a full example of the allowed configuration options on Windows:
In this list, storage-opts would be the option for expand the default size of Windows container.
Action
go to C:\programdata\docker\config. Edit the file daemon.json. Create it if it doesn't exist.
Then, insert the file as follows:
For example:
After that, restart the docker engine.
Last updated
Was this helpful?