Skip to content

Details

The August meetup will be a hands-on experience where we will run an application defined with Docker Compose locally on our laptops and then we'll show how to redeploy that same application on the new Docker for AWS.

Once we've deployed the example application to AWS, we'll give out access to the new Swarm mode cluster to explore.

As usual we're going to be there around 6 and presentations will start at 7.

Bring your questions and encourage newbies to attend!

Useful pre-work:

  1. Install Docker and Docker Compose

  2. pre-pull example app images with:

curl -O https://raw.githubusercontent.com/qualimente/running-distributed-apps-with-docker/master/example-voting-app/docker-compose.yml

docker-compose (https://raw.githubusercontent.com/qualimente/running-distributed-apps-with-docker/master/example-voting-app/docker-compose.ymldocker-compose) pull

Related topics

You may also like