Start Maria db in a docker container docker-compose.yml version: “3.7” services: mariadb-svc: image: mariadb:10.5 # for debugging enable access to db server ports: – 4002:3306 … Weiterlesen
Leave a CommentStart Maria db in a docker container docker-compose.yml version: “3.7” services: mariadb-svc: image: mariadb:10.5 # for debugging enable access to db server ports: – 4002:3306 … Weiterlesen
Leave a CommentProblem description You want to create a new kubernetes.yml File But mvnw clean package fails when running with quarkus kubernetes Extension. Error: JcaPEMKeyConverter is provided … Weiterlesen
Leave a CommentUsed Software VirtualBox 6.1.30 docker 20.10.7 Ubuntu 20.04.3 LTS openjdk version “11.0.11” 2021-04-20 Quarkus 2.5.0 Quarkus Jib Extension to push images to your repository Quarkus … Weiterlesen
Leave a CommentChange Settinges for hypervisorlaunchtype For Virtualbox: bcdedit /set hypervisorlaunchtype off For Docker/WSL: bcdedit /set hypervisorlaunchtype auto After changing settings reboot your windows system !! Change … Weiterlesen
Leave a CommentFor new (sub)domains which need Let’s Encrypt authentication, the default Traefik certificate will be used until Traefik is restarted and Let’s Encrypt can reach your … Weiterlesen
Leave a CommentChange VDI Disk Size on Windows host Validate Format Varaint If Format Variant is fixed we need clone VDI first C:\Users\Helmut>SET PATH=%PATH%;C:\Program Files\Oracle\VirtualBox C:\Users\Helmut>VBoxManage showhdinfo … Weiterlesen
Leave a CommentInstall Kubernetes # curl -sfL https://get.k3s.io | sh -s – root@kubemaster:/media/helmut/VBox_GAs_6.1.28# curl -sfL https://get.k3s.io | sh -s – [INFO] Finding release for channel stable [INFO] … Weiterlesen
Leave a CommentPrepare your Windows host Environment Hypervisor Type Running WSL bcdedit /set hypervisorlaunchtype auto Running Virtualbox bcdedit /set hypervisorlaunchtype off Install Guest Addition You may need … Weiterlesen
Leave a CommentCreate a Github Personal Access Token For Details read: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token Validate Account via docker login # export CR_PAT=<YOUR-TOKEN> # echo $CR_PAT | /usr/bin/docker login ghcr.io … Weiterlesen
Leave a CommentInstallation Ubuntu 20.04 LTS Open Microsoft Store -> Search for Ubuntu Move a WSL Distro to a non System Drive For Details read: https://github.com/docker/for-win/issues/7348 C:\Users\Helmut> … Weiterlesen
Leave a Comment