#HSLIDE
#VSLIDE
#VSLIDE
- Software Developer
- Go enthusiast
- Python enthusiast
#VSLIDE
#HSLIDE
- what is docker?.
- Why docker?.
- History and capabilities.
- What is container in docker.
- Why people developer love docker.
- Finding and downloading images.
- running.
- committing and push changes.
- projects uses docker.
#VSLIDE
Docker is an open source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere.
#VSLIDE
- Lightweight linux container.
- Boots up in seconds.
- Incrementaly build, revert and reuse your container.
- Api to manage things remotely.
#VSLIDE
- Written in go .
> 1 year.- dot Cloud.
- run self-sufficient containers.
- Amazing speed.
- LightWeight
#VSLIDE
#VSLIDE
#VSLIDE
!bash
docker search ubuntu
docker pull ubuntu:14.04
#VSLIDE
!bash
docker run ubuntu:14.04 /bin/echo hello world
docker run -i -t ubuntu:14.04 /bin/bash
#HSLIDE
#HSLIDE
No hay nada que no puedas hacer, si te lo propones
