Open
Description
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