Recently learn about Docker tools and get to find a platform tool called rancher. Baidu a few days later found this tool is really good.
Official website Http://rancher.com/,rancher recently released the Enterprise version of Tool 1.0.
Can be used in virtual machine, host, cloud host, only install Docker service can be used.
Installing rancher is also easy
Docker run-d--restart=always-p 8080:8080 rancher/server
A single order is done.
Add Host
Docker run-d--privileged-v/var/run/docker.sock:/var/run/docker.sock-v/var/lib/rancher:/var/lib/rancher rancher/ agent:v1.0.1 HTTP://192.168.55.16:8080/V1/SCRIPTS/B86B565716D85C5B8170:1463392800000:1WVIHMUGD7MJUPLHXMMNHNTRJK
It's done.
Isn't it simple!
The rest of the deployment of the application is a little mouse can be easily done, and security is very high, the network is a overlay mode, the Docker container between the host has its own private network, using IPEC VPN to get through, All hosts are UDP protocol 500 ports and 4500 ports to complete the connection.
I've already downloaded a lot of apps in the Rancher App Store, one-click Deployment. And the dependencies have been solved, very convenient.
This article is from the "Learning Exchange" blog, please be sure to keep this source http://725689.blog.51cto.com/715689/1774023
Found a rancher platform.