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

Seamless Continuous Deployment Using Docker

Seamless Continuous Deployment Using Docker

To be a truly modern software development team, delivering software as quickly as possible using the minimum viable product (MVP) model is a key requirement. To achieve continuous software delivery is not trivial. A number of technologies have sprung up to simplify this process and Docker is hottest one among them.

Faiz Bashir

August 27, 2017
Tweet

More Decks by Faiz Bashir

Other Decks in Programming

Transcript

  1. Continuous Delivery Is a software development discipline where you build

    software in such a way that the software can be released to production at any time. Martin Fowler
  2. Docker Image Commands To view images: docker images To pull

    images: docker pull image_name To remove image: docker rmi image_name
  3. More topics • Docker Networks • Linking containers • Docker

    Compose (yml) • Orchestration – Docker Swarm – Kubernetes • Cloud Computing