The docker is a containerization technology which allows the API to run on any machine and in any environment using cloud technology. Initialization Steps Set up the .env file for cloud usage. Change the db_host to DB_HOST_DOCKER in the .env.template file. Clean and install the application...
Minimal-Alexi / Minimal-Notepad Public Notifications Fork 1 Star 2 Code Issues Pull requests Actions Projects Security Insights New issue Docker #23 Merged Minimal-Alexi merged 5 commits into main from docker Mar 3, 2025 +54 −3 ...
First successful creation of docker. Mar 3, 2025 mvnw Initial setup. Jan 17, 2025 mvnw.cmd Initial setup. Jan 17, 2025 pom.xml add logic for patch - note controller and increase unit test coverage Feb 20, 2025 Minimal Notepad (Backend) ...
Docker-Install Docker Jenkins(optional, for CI/CD) -Install Jenkins Postman(optional, for API testing) -Install Postman MariaDBor any compatible database. Steps to Run Locally Clone the repository git clone https://github.com/Minimal-Alexi/Minimal-Notepad.gitcdMinimal-Notepad ...
> docker run -it ubuntu bash ls / Take a note of the container ID of the Ubuntu image that was just running, then export it to some handy Windows location, using the .tar extension (WSL can then import it directly), as follows; > docker container ls -a > docker export -o "C:...