This blog post does contain the tasks to create a Docker image and upload the image to dockerhub and clean up the image and container on the local machine. Upload the image 1. Create a local Docker image using docker build Dockerhub account name: tsuedbroeckerDockerhub repository name: cns-workshop-toolsTag: v4Docker image name with tag: tsuedbroecker/cns-workshop-tools:v4 docker... Continue Reading →
How to develop a customized Dockerfile using minikube
In this blog post I want to share an awesome and simple practice for beginners: How to develop a customized Dockerfile for a container image running on Kubernetes, using minikube. Usually, when you use an existing container image to create your own customized configuration, you don't have deep knowledge how that container image is built,... Continue Reading →
Definition of a Dockerfile to use bash scripts on a Windows 10 machine for our Cloud-Native-Starter workshop
We defined a Dockerfile to create a Docker image for our Cloud-Native-Starter workshop especially for Windows 10 users. The users can now simply create a Docker image on the local Windows 10 machine and then follow the guided steps in the hands-on workshop documentation and use the bash scripts. The reason why we don't build... Continue Reading →