Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Docker para principiantes

Yamil Urbina
November 07, 2015

Docker para principiantes

Cómo se puede usar Docker en un ambiente de desarrollo?

Yamil Urbina

November 07, 2015
Tweet

More Decks by Yamil Urbina

Other Decks in Education

Transcript

  1. OK!

  2. Docker es un motor de código abierto que automatiza el

    manejo de cualquier aplicación…
  3. • Más liviano que virtualizar un OS • Un contenedor

    provee un servicio • Se pueden enlazar varios contenedores • Los contenedores son reusables • Existe control de versiones
  4. • Docker Host (Linux) • Docker client (Cross-platform) • Usa

    VirtualBox para cualquier OS • Para Windows, Linux y OS X
  5. docker run ubuntu Unable to find image 'ubuntu:latest' locally 3857f5237e43:

    Pull complete Status: Downloaded newer image for ubuntu:latest
  6. docker run ubuntu Unable to find image 'ubuntu:latest' locally 3857f5237e43:

    Pull complete Status: Downloaded newer image for ubuntu:latest
  7. docker run ubuntu Unable to find image 'ubuntu:latest' locally 3857f5237e43:

    Pull complete Status: Downloaded newer image for ubuntu:latest
  8. docker run ubuntu Unable to find image 'ubuntu:latest' locally 3857f5237e43:

    Pull complete Status: Downloaded newer image for ubuntu:latest