Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's an error when a try to run a command example in the container networks section #20874

Open
1 task done
andresGuevaraRojas opened this issue Sep 13, 2024 · 0 comments
Open
1 task done
Labels
area/engine Issue affects Docker engine/daemon area/networking Relates to anything around networking kind/bug Bugs. The Cause may not be known at triage time. Consider debugging time for estimates status/triage Needs triage

Comments

@andresGuevaraRojas
Copy link

Is this a docs issue?

  • My issue is about the documentation content or website

Type of issue

Information is incorrect

Description

In the container networks section there is the following example

docker run -d --name redis example/redis --bind 127.0.0.1
docker run --rm -it --network container:redis example/redis-cli -h 127.0.0.1

When i try to run the first line, the console shows me the following error message

Unable to find image 'example/redis:latest' locally
docker: Error response from daemon: pull access denied for example/redis, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Location

https://docs.docker.com/engine/network/#container-networks

Suggestion

No response

@andresGuevaraRojas andresGuevaraRojas added the status/triage Needs triage label Sep 13, 2024
@thaJeztah thaJeztah added area/engine Issue affects Docker engine/daemon area/networking Relates to anything around networking kind/bug Bugs. The Cause may not be known at triage time. Consider debugging time for estimates labels Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/engine Issue affects Docker engine/daemon area/networking Relates to anything around networking kind/bug Bugs. The Cause may not be known at triage time. Consider debugging time for estimates status/triage Needs triage
Projects
None yet
Development

No branches or pull requests

2 participants