Errata
The goal here is to create a Github project and use a “CI/CD pipeline” to deliver the project to a Docker Container.
The project should work on both Windows and Linux. For Windows we will need to use Docker Desktop & for Ubuntu we will use docker-ce.
The real goal is to get the BMS (Business Management System) Github project running in a docker image. BMS is an HTML5 web application that uses MariaDB, NodeJS.
Windows Setup for dev environment and testing
-
- Install VSCode
- Install VSCode -> Docker Extension
- Install VSCode -> npm Extension
- Install Docker Desktop
- Install VSCode
MariaDB in Docker
Once Docker is installed MariaDB placed in a Docker Container. Here’s the tut
https://hub.docker.com/_/mariadb
Install Docker on Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04