What the Hack: OSS DevOps

Challenge 04 - Deploy and Containerize App

Back // Home // Next

Introduction

In this section, lets get familiar with the application that will be used throughout the hack. The application is a simple cats and dogs voting application.

Challenge

To get familar with the application perform the following tasks within this challenge.

  1. Run the application locally
  2. Containerize the application
  3. Run the containerized application locally

Success Criteria

The success in this challenge will to:

  1. Verify you can access the voting application running locally
  2. Have the voting application containerized
  3. Verify you can access the containerized application locally

Back // Home // Next