[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[atomic-devel] Issues with docker push in 1.9




In fedora the 1.9 docker rpm is out. I am having issues pushing to the
repo.

If I push like I used to be able to:

```
[root f23 helloapache (master *=)]# docker push dustymabe/helloapache
The push refers to a repository [dustymabe/helloapache] (len: 1)
unable to ping registry endpoint https://dustymabe/v0/
v2 ping attempt failed with error: Get https://dustymabe/v2/: dial tcp: lookup dustymabe: No address associated with hostname v1 ping attempt failed with error: Get https://dustymabe/v1/_ping: dial tcp: lookup dustymabe: No address associated with hostname
```

If I add docker.io in front:

```
[root f23 helloapache (master *=)]# docker push docker.io/dustymabe/helloapache


The push refers to a repository [docker.io/dustymabe/helloapache] (len: 0)
Repository does not exist: docker.io/dustymabe/helloapache
```


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]