Unable to complete push to Docker Hub

Hi,

I’m new to Docker.

I am struggling to push to Dock Hub. I pulled a container from GitHub, modified it and tried to push back to my Docker Hub repository.

Smaller containers work fine, i.e. friendlyhello. However this larger container fails consistently. I have tried from both work and home networks. The following error messages are received:

“error parsing HTTP 408 response body: invalid character ‘<’ looking for beginning of value: “<html><body><h1>408 Request Time-out</h1>\nYour browser didn’t send a complete request in time.\n</body></html>\n\n””

“failed to start service utility VM (diffgetter 165c19c5962079f52ac2c07d3699f840154fad8f319778b8cb664e0a349d153d): CreateComputeSystem 165c19c5962079f52ac2c07d3699f840154fad8f319778b8cb664e0a349d153d_svm: The paging file is too small for this operation to complete.(extra info: {“SystemType”:“container”,“Name”:“165c19c5962079f52ac2c07d3699f840154fad8f319778b8cb664e0a349d153d_svm”,“Layers”:null,“HvPartition”:true,“HvRuntime”:{“ImagePath”:“C:\Program Files\Linux Containers”,“LinuxInitrdFile”:“initrd.img”,“LinuxKernelFile”:“kernel”},“ContainerType”:“linux”,“TerminateOnLastHandleClosed”:true,“MappedVirtualDisks”:[{“HostPath”:“C:\ProgramData\Docker\lcow\scratch\165c19c5962079f52ac2c07d3699f840154fad8f319778b8cb664e0a349d153d.vhdx”,“ContainerPath”:”/tmp/scratch",“CreateInUtilityVM”:true,“AttachOnly”:false},{“HostPath”:“C:\ProgramData\Docker\lcow\165c19c5962079f52ac2c07d3699f840154fad8f319778b8cb664e0a349d153d\layer.vhd”,“ContainerPath”:"/tmp/d2",“CreateInUtilityVM”:true,“ReadOnly”:true,“AttachOnly”:false}]})"

“net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)”

image

Docker 18.09.01
API1.39
Windows 10

Any help would be appreciated!