Containers
-
Trivy Scanner for Docker Image Vulnerability Scanning
If you are working with having your CI CD pipeline build Docker images automatically when you check in code to your repository, it is a good idea to have the Docker image checked for vulnerabilities. There are solutions like Docker…
-
Portainer Docker Compose with Traefik and Lets Encrypt Certificates
Portainer is a great solution that provides excellent management of Docker and Kubernetes environments. With Portainer, you can have a fully managed Docker container environment, managing multiple Docker hosts and Kubernetes clusters. Let’s take a look at getting up and…
-
Docker Desktop on Surface Pro 11 Snapdragon X Elite
I recently pulled the trigger on a new Surface Pro 11 with the Snapdragon X Elite to replace an aging Surface Pro laptop that I have been using for 3 years or so now. However, given the new appeal of…
-
Best Docker Container Commands You Aren’t Using
Docker has a lot of functionality from the command line and has built-in commands that allow doing a lot of different things with your containers. However, there are several Docker commands that you may not be using and you should…
-
OpenShift Local on Windows 11 and Troubleshooting Errors
With all the tumult across the virtualization space this year, many have been looking at alternative solutions to running virtualized environments, containers, VMs, etc. There are many great solutions out there. One that I haven’t personally tried before putting the…
-
Kubernetes Alternatives: Top 5 Container Orchestration Platforms
if you start looking at container orchestration, there is not a single tool that you will hear about more than Kubernetes. It has been THE solution for a number of years now as an orchestration layer tool to run containers…
-
Docker Desktop Alternative: 5 Container Management Solutions Pros and Cons
If you are like me and using containers for more and more solutions, both self-hosting and DevOps processes, I am always on the lookout for better tools and alternatives. Docker Desktop is a solution that many use to run Docker…
-
Best Docker Containers for Home Server in 2024
There are so many great containerized solutions and container images out there freely available for running applications and services in a virtualization environment. Using a simple Docker Compose file, you can quickly and easily spin up new applications in your…
-
Kubernetes v1.30 New Features
Kubernetes is an exciting technology in production and in the home lab that is continually evolving. Kubernetes v1.30 is set to bring many exciting changes. Among these changes are new features in alpha, established features that are making their way…
-
Run Windows Desktop inside a Docker Container with Dockur
I learned about an exciting project via an email from the developer. I would like to share a new project that allows you to run Windows inside a Docker container without jumping through a lot of hoops. What’s more, you…