User Tools

Site Tools


rancheruclv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rancheruclv [2016/11/18 18:23]
moliver
rancheruclv [2020/04/10 17:38]
Line 1: Line 1:
-Rancher is a complete, open source platform for deploying and managing containers in production. It includes commercially-supported distributions of Kubernetes, Mesos, and Docker Swarm, making it easy to run containerized applications on any infrastructure. ​ 
- 
-{{ :​rancher_1.0_demo_on_vimeo.mp4 |}} 
- 
-Documentos iniciales en: http://​docs.rancher.com/​rancher/​v1.2/​en/​quick-start-guide/​ 
- 
-Instalar el sistema operativo limpio. Se recomienda un Ubuntu pero puede ser cualquier sistema que soporte docker segun la ayuda. 
- 
-Instalar docker para debian: https://​docs.docker.com/​engine/​installation/​linux/​debian/​ 
-Para jessie: 
-<​code>​ 
-apt-key adv --keyserver hkp://​p80.pool.sks-keyservers.net:​80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D 
-cat >  /​etc/​apt/​sources.list.d/​docker.list << '​EoT'​ 
- 
-deb https://​apt.dockerproject.org/​repo debian-jessie main 
- 
-EoT 
- 
-apt-get install apt-transport-https 
-apt-get update 
-apt-cache policy docker-engine 
-apt-get -y install docker-engine 
-service docker start 
- 
-#​Comprobando 
-docker run hello-world 
- 
- 
- 
-</​code>​ 
- 
-Instalar docker para ubuntu: apt-get install docker.io 
- 
- 
  
rancheruclv.txt ยท Last modified: 2020/04/10 17:38 (external edit)