docker
-
Run VMware PowerCLI on your Docker Container
If you have a vSphere environment in your Infrastructure and want to automate provisioning steps, you are most likely need PowerCLI which mostly requires Windows Guest or supported GNU/Linux guest on your environment. By the way, Terraform also very nice tool to provision new virtual machine, but it is very limited. If you stumble upon… Continue reading
-
Minimizing Docker Images with Multistage
When you build your own docker image from Dockerfile each instruction in Dockerfile creates a new layer to your base image with its all dependencies so that even your very tiny application image size may be in 1GiB size and it is not desirable in the production environment to be such a big size due to the… Continue reading