Passion Orange is a personal playground for container development. Currently, it contains Docker best practices, and in time, Kubernetes.
This project also serves as a guide for a Node / Express app.
This repo assumes you already have Docker and Docker compose installed. If not, you can head over to Docker's website and install a version of Docker for your operating system of choice.
git clone https://github.com/krfong916/passion-orange.gitNote: You must remove the docker-compose.yml file from the project directory
docker image build -t image_name_here:version_number_here .
docker container run -p 3000 --name specify_container_identifier_here image_name_here:version_number_heredocker-compose build
docker-compose upCheck out http://localhost:3000 in your browser.
Node / Express - Server Framework Docker - Container Software Babel - Transpiler Yarn - Dependency Management
What's good? I'm Kyle Fong. I'm a software engineer.