Greetings,
In an attempt to follow along with the Self-Paced Training for Docker, I wanted to install Docker on my OpenSUSE 12.3 system.
Unfortunately, the ‘easy’ instructions don’t work at all:
evenstar:~ # wget -qO- https://get.docker.com/ | sh
Going to perform the following operations:
- install Docker
Press CTRL-C to abort
- zypper -n install docker
Retrieving repository ‘Virtualization’ metadata …[done]
Building repository ‘Virtualization’ cache …[done]
Loading repository data…
Warning: Repository ‘openSUSE-12.3-Update’ appears to be outdated. Consider using a different mirror or server.
Warning: Repository ‘openSUSE-12.3-Update-Non-Oss’ appears to be outdated. Consider using a different mirror or server.
Reading installed packages…
‘docker’ not found in package names. Trying capabilities.
No provider of ‘docker’ found.
Nevertheless, I attempted to delve deeper. According to everything I can find on your site, Docker is supported on OpenSUSE 12.3 and up, so I should be able to do this, right?
Unfortunately, all the Virtualization repositories (that are pointed out in various places) lead to dead ends when it comes to OpenSUSE 12.3. And, by ‘dead end’, I mean that there is no repo content where it would normally be. For example, if you browse to the following address:
http://download.opensuse.org/repositories/Virtualization:/openSUSE12.3/
You will find that it is empty.
However, if you browse to:
http://download.opensuse.org/repositories/Virtualization:/openSUSE13.1/
you will find that there is content there.
Now, obviously, that must be opensuse’s problem, but the point is that there are instructions on Your Site at:
https://docs.docker.com/v1.8/installation/SUSE/
that do not work.
Can someone please tell me how to install Docker on my OpenSUSE 12.3 system? Or tell me that it cannot be done?
Thanks for any help you can provide.
- s.west