Docker login succeeds but not showing any images from the repositoryvirtualbox/docker/VMs - Is it possible to...
Can I ask the recruiters in my resume to put the reason why I am rejected?
What is the offset in a seaplane's hull?
To string or not to string
Why Is Death Allowed In the Matrix?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
How to write a macro that is braces sensitive?
Fencing style for blades that can attack from a distance
TGV timetables / schedules?
How can bays and straits be determined in a procedurally generated map?
Finding angle with pure Geometry.
How does one intimidate enemies without having the capacity for violence?
Writing rule stating superpower from different root cause is bad writing
Email Account under attack (really) - anything I can do?
Which models of the Boeing 737 are still in production?
Today is the Center
Dragon forelimb placement
Minkowski space
Why, historically, did Gödel think CH was false?
Modeling an IPv4 Address
tikz: show 0 at the axis origin
Why doesn't H₄O²⁺ exist?
Did Shadowfax go to Valinor?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Docker login succeeds but not showing any images from the repository
virtualbox/docker/VMs - Is it possible to use the VM's PHP from the host?Accessing localhost project on port 80 build with Docker from another computer in the networkMobyLinuxVM not starting on windows 10 Pro
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
We have an on prem version of artifactory installed which can host a docker repository. I can browse the repository from chrome and there are some images hosted.
When i do docker login [dns of my reverse proxy], i get the prompt to supply my credentials which i do. and then i get the message 'Login Succeeded'
I then do a docker push [image name]:latest and this is output i get:
The push refers to repository [docker.io/library/[image name]]
4642eff80520: Preparing
[...truncated output...]
bcf2f368fe23: Waiting
denied: requested access to the resource is denied
Here it looks like it's going to some completely different repository to the one i logged in to? :
docker.io/library/[image name]
then when i do docker logout, i get the output
Not logged in to https://index.docker.io/v1/
I don't understand why it is not letting me push my image to the repository i logged in to?, is it because that's not the repository and it is just the reverse proxy server?
I am using Docker for Windows, output of docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
docker-for-windows
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
We have an on prem version of artifactory installed which can host a docker repository. I can browse the repository from chrome and there are some images hosted.
When i do docker login [dns of my reverse proxy], i get the prompt to supply my credentials which i do. and then i get the message 'Login Succeeded'
I then do a docker push [image name]:latest and this is output i get:
The push refers to repository [docker.io/library/[image name]]
4642eff80520: Preparing
[...truncated output...]
bcf2f368fe23: Waiting
denied: requested access to the resource is denied
Here it looks like it's going to some completely different repository to the one i logged in to? :
docker.io/library/[image name]
then when i do docker logout, i get the output
Not logged in to https://index.docker.io/v1/
I don't understand why it is not letting me push my image to the repository i logged in to?, is it because that's not the repository and it is just the reverse proxy server?
I am using Docker for Windows, output of docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
docker-for-windows
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Deploy a registry server on Docker documentation. Did you include the path to your own registry in the push?
– Seth
yesterday
I don't have a registry, why would this be needed? i want to push to a remote registry on the artifactory
– waqask87
yesterday
ok so what i did was, tagged my image with the [dns of my reverse proxy]/[image name] then when i did docker push [dns of my reverse proxy]/[image name] it appeared in the artifactory repository :-
– waqask87
yesterday
add a comment |
We have an on prem version of artifactory installed which can host a docker repository. I can browse the repository from chrome and there are some images hosted.
When i do docker login [dns of my reverse proxy], i get the prompt to supply my credentials which i do. and then i get the message 'Login Succeeded'
I then do a docker push [image name]:latest and this is output i get:
The push refers to repository [docker.io/library/[image name]]
4642eff80520: Preparing
[...truncated output...]
bcf2f368fe23: Waiting
denied: requested access to the resource is denied
Here it looks like it's going to some completely different repository to the one i logged in to? :
docker.io/library/[image name]
then when i do docker logout, i get the output
Not logged in to https://index.docker.io/v1/
I don't understand why it is not letting me push my image to the repository i logged in to?, is it because that's not the repository and it is just the reverse proxy server?
I am using Docker for Windows, output of docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
docker-for-windows
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
We have an on prem version of artifactory installed which can host a docker repository. I can browse the repository from chrome and there are some images hosted.
When i do docker login [dns of my reverse proxy], i get the prompt to supply my credentials which i do. and then i get the message 'Login Succeeded'
I then do a docker push [image name]:latest and this is output i get:
The push refers to repository [docker.io/library/[image name]]
4642eff80520: Preparing
[...truncated output...]
bcf2f368fe23: Waiting
denied: requested access to the resource is denied
Here it looks like it's going to some completely different repository to the one i logged in to? :
docker.io/library/[image name]
then when i do docker logout, i get the output
Not logged in to https://index.docker.io/v1/
I don't understand why it is not letting me push my image to the repository i logged in to?, is it because that's not the repository and it is just the reverse proxy server?
I am using Docker for Windows, output of docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false
docker-for-windows
docker-for-windows
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
waqask87waqask87
1
1
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
waqask87 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Deploy a registry server on Docker documentation. Did you include the path to your own registry in the push?
– Seth
yesterday
I don't have a registry, why would this be needed? i want to push to a remote registry on the artifactory
– waqask87
yesterday
ok so what i did was, tagged my image with the [dns of my reverse proxy]/[image name] then when i did docker push [dns of my reverse proxy]/[image name] it appeared in the artifactory repository :-
– waqask87
yesterday
add a comment |
Deploy a registry server on Docker documentation. Did you include the path to your own registry in the push?
– Seth
yesterday
I don't have a registry, why would this be needed? i want to push to a remote registry on the artifactory
– waqask87
yesterday
ok so what i did was, tagged my image with the [dns of my reverse proxy]/[image name] then when i did docker push [dns of my reverse proxy]/[image name] it appeared in the artifactory repository :-
– waqask87
yesterday
Deploy a registry server on Docker documentation. Did you include the path to your own registry in the push?
– Seth
yesterday
Deploy a registry server on Docker documentation. Did you include the path to your own registry in the push?
– Seth
yesterday
I don't have a registry, why would this be needed? i want to push to a remote registry on the artifactory
– waqask87
yesterday
I don't have a registry, why would this be needed? i want to push to a remote registry on the artifactory
– waqask87
yesterday
ok so what i did was, tagged my image with the [dns of my reverse proxy]/[image name] then when i did docker push [dns of my reverse proxy]/[image name] it appeared in the artifactory repository :-
– waqask87
yesterday
ok so what i did was, tagged my image with the [dns of my reverse proxy]/[image name] then when i did docker push [dns of my reverse proxy]/[image name] it appeared in the artifactory repository :-
– waqask87
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
waqask87 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421846%2fdocker-login-succeeds-but-not-showing-any-images-from-the-repository%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
waqask87 is a new contributor. Be nice, and check out our Code of Conduct.
waqask87 is a new contributor. Be nice, and check out our Code of Conduct.
waqask87 is a new contributor. Be nice, and check out our Code of Conduct.
waqask87 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421846%2fdocker-login-succeeds-but-not-showing-any-images-from-the-repository%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Deploy a registry server on Docker documentation. Did you include the path to your own registry in the push?
– Seth
yesterday
I don't have a registry, why would this be needed? i want to push to a remote registry on the artifactory
– waqask87
yesterday
ok so what i did was, tagged my image with the [dns of my reverse proxy]/[image name] then when i did docker push [dns of my reverse proxy]/[image name] it appeared in the artifactory repository :-
– waqask87
yesterday