I had DOCKER installed and running on OPENSUSE 15.4. I was trying to use DOCKER-COMPOSE and had a problem. I installed DOCKER and reinstalled now when I try and run Hello-World I get Localhost:~> sudo docker run hello-world
[sudo] password for root:
Unable to find image ‘hello-world:latest’ locally
docker: Error response from daemon: Get “https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:4f53e2564790c8e7856ec08e384732aa38dc43c52f02952483e3f003afbf23db”: dial tcp [2600:1f18:2148:bc02:4bf0:3a98:55ae:e3d5]:443: connect: network is unreachable.
See ‘docker run --help’.
I removed your almost identical other topic as this was the older and you missed out some important information about your host machine in the other topic.
Thanks for removing, I did not think it got posted so I posted again…
I am running DOCKER on OPENSUSE 15.4 and installed it using YAST and the OPENSUSE repositories. It was working fine. However I then tried to do something using DOCKER-COMPOSE and then things got screwed up. I had been running DATRHEI RESTREAMER using DOCKER. I was trying to enable SSL and followed some documentation that had me create and DOCKER-COMPOSE.YML file. Here is what DOCKER INFO shows;
sudo docker info
[sudo] password for root:
Client:
Version: 24.0.5-ce
Context: default
Debug Mode: false
First, docker-compose is old. Try docker compose (i.e., compose is now part of docker, not an addon). But that’s nothing to do with your problem, because docker run hello-world doesn’t have any interaction with compose.
The error message clearly shows you’re trying to access it via IP v6, and you probably don’t have an IPv6-capable network. However, this always just works for me, and I don’t have an IPv6 capable network either, so I’m not sure the correct way to force docker to use IPv4 (starting the docker daemon with --ipv6=false was correct 7 years ago!)
Thanks, I will give that a try. I must have messed something up somewhere while I was trying things. I have everything running on a different machine just fine, but would like to get this one running. The machine is in a remote location I will not be at till November. I can reinstall the operating system in November, but was hoping to learn what I did wrong…
As you are using a package from opensuse, your chances to find someone that experienced the same problem and solved it might be much higher in the opensuse support channels, like an opensuse forum.
This forum is dedicated to the official docker releases from docker’s repository, which does not provide packages for (Open) Suse.