There are some layer size limitations in Windows
If you get the message:
re-exec error: exit status 1: output: archive/tar: invalid tar header
then you may have exceeded the maximum allowable layer size
https://github.com/moby/moby/issues/33586
You can increase the storage options:
{
"registry-mirrors": [],
"insecure-registries": [],
"debug": true,
"experimental": true,
"storage-opts": [
"size=40G"
]
}
No comments:
Post a Comment