[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[atomic-devel] Issues with docker push in 1.9
- From: Dusty Mabe <dusty dustymabe com>
- To: atomic-devel projectatomic io
- Subject: [atomic-devel] Issues with docker push in 1.9
- Date: Thu, 3 Dec 2015 00:27:57 -0500
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]