Docker push fails with unsupported scheme

Hello

I want to push my container, do docker login , and then issue a

docker push k3ck3c/captvty

and it fails with

gg@gg-P15SM-A-SM1-A:~/captvty_v1$ docker push k3ck3c/captvty
511136ea3c5a: Pushing
FATA[0018] Put ?digest=tarsum.v1%2Bsha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855: unsupported protocol scheme “”

Edit:

gg@gg-P15SM-A-SM1-A:~/captvty_v1$ docker version
Client version: 1.5.0
Client API version: 1.17
Go version (client): go1.4.1
Git commit (client): 7e803ba
OS/Arch (client): linux/amd64
Server version: 1.5.0
Server API version: 1.17
Go version (server): go1.4.1
Git commit (server): 7e803ba

Any clue ?

this is 1.5.0rc1, and we’ve made quite a few fixes since then

can you please try rc4?

The latest RC tag is v1.5.0-rc4 (commit id a1cae77)

I just applied rc4, and then, a different error message

Maybe I should wait for the official 1.5 ?

gg@gg-P15SM-A-SM1-A:~/captvty_v1$ docker push k3ck3c/captvty
511136ea3c5a: Pushing
FATA[0026] Put ?digest=tarsum.v1%2Bsha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855: unsupported protocol scheme ""
gg@gg-P15SM-A-SM1-A:~/captvty_v1$

With docker 1.5-0

gg@gg-P15SM-A-SM1-A:~/captvty_v1$ docker version
Client version: 1.5.0
Client API version: 1.17
Go version (client): go1.4.1
Git commit (client): 7e803ba
OS/Arch (client): linux/amd64
Server version: 1.5.0
Server API version: 1.17
Go version (server): go1.4.1
Git commit (server): 7e803ba
gg@gg-P15SM-A-SM1-A:~/captvty_v1$ docker push k3ck3c/captvty
511136ea3c5a: Pushing
FATA[0018] Put ?digest=tarsum.v1%2Bsha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855: unsupported protocol scheme ""
gg@gg-P15SM-A-SM1-A:~/captvty_v1$

k3ck3c can you copy your docker daemon logs, running in debug mode? (docker -d -D)
That will definitely help in diagnosing this.

Apparently, your output here is still RC1. Please upgrade to a stable version.

Thanks!

is still rc1 - I think you may need to re try updating.

it works fine with 1.5-0.

Thanks Sven