New Docker Install instructions

I’ve greatly modified the official Docker Docs for installing on any currently supported SLES/SLED/openSUSE, likely running on any hardware architecture (One of these days I’ll get my hands on an openSUSE running on ARM to verify)…

Original Docker Documentation
https://docs.docker.com/engine/installation/linux/SUSE/

My openSUSE Wiki page which contains a link to my revised content (and reason why my revisions may not be accepted by Docker)
https://en.opensuse.org/User:Tsu2/Docker_Install

My old openSUSE Wiki page for installing Docker which contains a guide for running your first container, probably useful for any brand new docker Users
https://en.opensuse.org/User:Tsu2/docker#Launching_some_Containers

Happy Dockerizing,
TSU

Great tutorials. I found them very helpful. Thanks.

Thx for the kudos, the basics are always a good place to start.

Since those were created,
Possibly the most significant newer developments (not necessarily invalidating anything in those tutorials) are the Composer tool and support for netowrking using bridge devices, which means that containers networking can be set up with a networking architecture similar to most hypervisor virtualization.

TSU