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.
- Run the application locally
- Containerize the application
- Run the containerized application locally
Success Criteria
The success in this challenge will to:
- Verify you can access the voting application running locally
- Have the voting application containerized
- Verify you can access the containerized application locally
Back // Home // Next