Use https protocol for docker hub url

It would be better to set the protocol to https by default.
This commit is contained in:
(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW
2018-07-16 10:26:15 -07:00
committed by Denise
parent 1d00d85a0b
commit 5496188d2d
@@ -7,7 +7,7 @@ This section explains how Rancher interacts with the two fundamental technologie
## Docker
Docker is the container packaging and runtime standard. Developers build container images from Dockerfiles and distribute container images from Docker registries. [Docker Hub](http://hub.docker.com) is the most popular public registry. Many organizations also setup private Docker registries. Docker is primarily used to manage containers on individual nodes.
Docker is the container packaging and runtime standard. Developers build container images from Dockerfiles and distribute container images from Docker registries. [Docker Hub](https://hub.docker.com) is the most popular public registry. Many organizations also setup private Docker registries. Docker is primarily used to manage containers on individual nodes.
>**Note:** Although Rancher 1.6 supported Docker Swarm clustering technology, it is no longer supported in Rancher 2.0 due to the success of Kubernetes.