Docker push getting svm.runProcess failure

I was following docker’s Get Started, Part 2 tutorial

However docker push failed.

$ docker version
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:21:34 2018
 OS/Arch:           windows/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.24)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:36:40 2018
  OS/Arch:          windows/amd64
  Experimental:     true

$ docker -v
Docker version 18.06.1-ce, build e68fc7a

$ docker push aye2333/get-started:part2
The push refers to repository [docker.io/aye2333/get-started]
b38b6efef5e1: Layer already exists
5cfef78d190f: Layer already exists
47c126cf49af: Pushing [==================================================>]  12.58MB/12.58MB
18cc3d97f405: Layer already exists
80db77e224a0: Layer already exists
8b15606a9e3e: Pushing [============================>                      ]  51.93MB/89.65MB
svm.runProcess: command cat /tmp/29bdd187d9e5587b8fa65d8fd2ee94489f701a7c546d9a3675214c02d597bec0/usr/local/lib/python2.7/site-packages/setuptools/command/launcher manifest.xml failed with exit code 1

The svm.runProcess: error message looks too confusing, and cannot Google any related issues online.

What should I do to fix this?

1 Like

Fixed after resetting the docker. After disabled Experimental features, somehow it works…

Having same problem, there is no solution on internet. DId you find any solution ?