docker
-
Containers
5 Docker Update Image Tools to Keep Images Up to Date
If you are running Docker containers in your environment, you are probably interested in knowing how to keep lifecycle management of your container images and docker update image tasks. There are actually a few tools that I want to show…
-
Containers
Docker Prune Automating Cleanup Across Multiple Container Hosts
If you run many Docker hosts or multiple hosts in a Swarm cluster, if you are updating and respinning your containers (and you should be), you will have space accumulated on your Docker hosts from things like old container images,…
-
Storage
CephFS for Docker Container Storage
Given that I have been trying Ceph recently for Docker container storage: see my post on that topic here, I wanted to see if I could effectively use CephFS for Docker container storage. If you have been following along in…
-
Containers
Docker Container Monitoring with cAdvisor Node Exporter Prometheus and Grafana
Recently, I have been taking a hard look at a container monitoring solution for my home lab and production environment. This is honestly an area where a lot of off-the-shelf traditional monitoring solutions just don’t do a good job. However,…
-
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…
-
Containers
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…
-
Containers
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…
-
Computers
MacVLAN Docker Configuration and Virtual Switch Setup in VMware ESXi
If you are working with Docker containers, one of the challenges and skills that you need to effectively spin up containerized workloads is understanding Docker networking. There is a neat docker network configuration with Docker that allows connecting Docker containers…
-
Containers
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…
-
Containers
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…