diff --git a/public/img/kubernetes.png b/public/img/kubernetes.png new file mode 100644 index 0000000..195c082 Binary files /dev/null and b/public/img/kubernetes.png differ diff --git a/public/img/laravel-docker.png b/public/img/laravel-docker.png new file mode 100644 index 0000000..7b76147 Binary files /dev/null and b/public/img/laravel-docker.png differ diff --git a/public/img/laravel-project.png b/public/img/laravel-project.png new file mode 100644 index 0000000..f6f8a41 Binary files /dev/null and b/public/img/laravel-project.png differ diff --git a/readme.md b/readme.md index 023c459..c58417d 100755 --- a/readme.md +++ b/readme.md @@ -29,6 +29,8 @@ If the image works correctly you should be able to open the following webpage. M ``` http://localhost:8181/ ``` + +![Screenshot](public/img/laravel-docker.png) ### Build the image and push to Docker Hub @@ -93,6 +95,8 @@ Your default webbrowser will open a new tab using the following url: http://192.168.99.100:30000/#!/overview?namespace=default ``` +![Screenshot](public/img/kubernetes.png) + We can also validate the status by using the commandline. Run the following command: ``` @@ -122,6 +126,8 @@ Use the port name and open the browser to validate if the image is working accor http://192.168.99.100:32469/ ``` +![Screenshot](public/img/laravel-project.png) + In case you want to debug, you can use the following command to see the events generated by Kubernetes: ```