This is a project to display a simple HELLO WORLD page inside of a container.
Everything you need will be in the "Instructions" file in this GitHub repository. There are two that are marked "InstructionsRHEL" and "InstructionsUbuntu" respectively. My goal was to make it super simple for anyone to follow the steps, so anyone should be able to re-create this.
There are instructions for setting this up on:
- Ubuntu Linux
- Red Hat Linux
There are two files that will build the entire project from scratch using a Python script:
SimpleDockerProjectRH.pyโ For Red Hat Linux (RH)SimpleDockerProjectUB.pyโ For Ubuntu Linux (UB)
These scripts replicate the setup using the commands outlined in the "Instructions" file.
I want to give credit to @devops__community on Instagram. This was their project that I replicated, and about 90% of the code used was theirs. Please consider giving them a follow!
โ Note: This script has not been fully tested yet. I will update this line once testing is complete.