docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open andresGuevaraRojas opened this issue 1 year ago • 0 comments

Is this a docs issue?

  • [X] 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 avatar Sep 13 '24 00:09 andresGuevaraRojas