Using VMware PowerCLI Get-EsxCli

Using VMware PowerCLI Get-EsxCli https://ift.tt/2Z9uqbz In this post we will be going through using the PowerCLI Get-EsxCli which is used to call EscCli command from PowerShell instead of having to SSH directly to the the ESXi host. This can be usefully when trying to gather information from multiple hosts instead of connecting on to each […]

Podman vs. Docker

Podman vs. Docker https://ift.tt/3AcVEvk The key difference between Docker and Podman lies in architectural design. Docker’s design is a client-server-based design, whereas Podman excludes the daemon dependency. Pablo has 15+ years of experience in information technology, leadership training, and innovative solution engineering. He currently works as Chief Technology Officer and Lead Developer. Latest posts by […]

Introducing the Windows Server Hybrid Administrator Associate certification

Introducing the Windows Server Hybrid Administrator Associate certification https://ift.tt/3Eo9rlh Today at Windows Server Summit, Microsoft announced a new Windows Server Hybrid Administrator Associate certification, a certification that members of the team responsible for this blog have been highly involved in developing. To obtain this certification you need to pass two exams: AZ 800 (Administering Windows […]

How to Use docker-compose Environment Variables

How to Use docker-compose Environment Variables https://ift.tt/2Xl79Ce If you need to define various configuration values, environment variables are your best friend. Like many tools, Docker and, more specifically, Docker Compose can both define and read environment variables to help keep your configurations clean and modular. This tutorial teaches you how to use docker-compose environment variables […]