Chapter 7: Running Containers in AWS

  1. Docker is a container platform to build, ship and run containerized applications. The four important components of Docker Engine are as follows:
    • Containers: A read write template
    • Images: A read only template
    • Network: A virtual network for containers
    • Volumes: A persistent storage for containers
  1. Docker CE can be installed on many platforms including Linux, Windows, and MacOS. Refer to https://docs.docker.com/install/, the official Docker link, click on your choice of platform, and follow the instructions to install and configure the latest version of Docker CE on your system.

Confirm the installed Docker CE version by running docker --version command.

  1. Use a Dockerfile https://github.com/yogeshraheja/helloworld/blob/master/Dockerfile ...

Get Effective DevOps with AWS - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.