This is the repository for all blogs related to my virtual development server which you can find here: https://develishdevelopment.wordpress.com/tag/virtual-development-server/
-
virtual development server to decoupling development from my computer
-
testing some ideas and play with some new and old technologies
-
components should be easy replaceable and should influence my computer as little as possible
terraform apply -auto-approve
terraform destroy -auto-approve
terraform init -upgrade
tail -F /var/log/cloud-init-output.log
-
Both should be based on same OS
-
Docker containers for decoupling of technologies and components
-
Jenkins for orchestrating the build and delivering process
-
Sonarcube for Code Analysis
-
Oracle Database Enterprise Edition 12c Oracle Database XE 11g
-
Oracle Weblogic Server 12c
-
Oracle ADF Runtime 12c
-
etc.
-
-
Parameters for bootstrap.sh from Vagrant
-
Scripts and Documentation for Docker for Windows
-
https → LetsEncrypt?
-
Registry Server
docker run --restart unless-stopped --name registry --detach --network jenkins --publish 5000:5000 --volume C:\shared\virtual_storage\docker_registry:/var/lib/registry registry