Docker on CentOS 8
Container isolation has improved availability while resource tuning still needs attention
What is our primary use case?
I have been using Docker on CentOS for five years.
I do not have a main use case for Docker on CentOS, just support tickets regarding the application on Linux.
An example of a support ticket I have handled involves pods that stop responding on an application and operational system impacted by Docker uses regarding CPU or memory resources.
Most of the time, I support Docker on CentOS, not the pods or applications that run inside these pods. I am responsible for the full high availability of servers that support or host Docker. Therefore, I have to ensure that everything is running fine and quickly on the host side.
What is most valuable?
The best features Docker on CentOS offers, from my perspective as someone responsible for high availability and server health, are the ability to work with containers and pods to run applications and set the best resources for the pods. I can isolate and ensure that everything is running as quickly and efficiently as possible.
Docker on CentOS is the main available solution on the market and is highly used all over the world. It is especially great for hosting applications and also for maintaining and developing these applications in isolated environments. For example, everything that will run in a pod will be handled in any of these pods in the replication and creation of these pods in any of the environments, making the whole infrastructure not only more secure but providing indescribable high availability for applications and customers based on Docker appliances.
Docker on CentOS has positively impacted my organization by helping to change and modify anything regarding applications that have to be available for the customer quickly, and it is also for those that have to be created in the fastest way. For example, Docker can create different specifications for different applications using only one host. It assures that we will not have high costs and will be great especially for the team responsible for the infrastructure as well as for the developers.
What needs improvement?
Docker on CentOS can be improved by ensuring that we are using the right image available around the world and choosing only the specific needs for applications, the right amount of CPUs and memory, and the isolation of the problems that we can have on production. We can use one host to have different scenarios in a fast and easier way than we would use in the old world or with on-premises virtual machines or physical hosts, which helps us to decrease the cost.
For how long have I used the solution?
I have been using Docker on CentOS for five years.
What other advice do I have?
I do not see any improvements needed for Docker on CentOS, aside from what I have already mentioned.
My advice for others looking into using Docker on CentOS is to always use a Linux version that has a support team or a community who supports the version regarding the kernel and especially the CVE features regarding vulnerabilities.
I do not have any additional thoughts about Docker on CentOS before we wrap up.
I would rate this review a 7.
Containerization has streamlined microservices delivery and ensures consistent hybrid deployments
What is our primary use case?
I have been working as a senior middleware engineer and DevOps engineer for the last 17 years, where I have used Docker on CentOS in various multi-level, multi-cloud platforms like AWS and Azure, and for Fortune 500 companies such as Charter, Mastercard, Cardinal Health, and Dell. Currently, I'm involved in the containerization of Spring 3.x, Java-based applications, and building microservices for distributed applications using Docker on CentOS. The containerization we are doing was initially using ECR, which has now migrated to EKS, and I am creating the CI/CD pipeline with GitLab, Docker builds and Argo CD deployments. Our architecture includes an 80-plus pods cluster, scaling from 2 to 85, with a target of zero downtime and 140 TPS. Docker on CentOS, being lightweight and stable, integrates well with the Linux kernel, providing minimum overhead and cost efficiency, which is crucial for resource-constrained environments.
What is most valuable?
The capabilities of Docker on CentOS that I have found the most valuable include its use for Spring-based applications, which significantly enhance the value I derive from it. Docker on CentOS is particularly effective for building distributed applications and microservices. Deployments are smooth and easy, and the integration with Kubernetes is seamless. I have successfully managed 80-plus pods clusters, scaling from 80 to 85 with 140 TPS without encountering any issues. Docker on CentOS's lightweight nature allows for flawless development across environments such as dev, stage, and prod.
From my perspective, the experience with the deployment of Docker on CentOS is quite positive, especially for the CI/CD pipeline. The architecture overview includes the use of a Git repository and GitLab CI, which facilitates the Docker build for our Spring 3.x Java applications.
What needs improvement?
I have faced challenges with the end-of-life cycle of CentOS since 2021-2022, security updates, network complexity with multi-node DNS issues, storage persistence pain points with EBS and EFS, and resource management before the Kubernetes abstraction.
For how long have I used the solution?
I have been working with Docker on CentOS for a very long time, starting with Docker Swarm and Docker, specifically for this current project itself.
What do I think about the stability of the solution?
While the end-of-life for CentOS was noted, the overall persistence and network performance, including firewall functionality, were commendable. Earlier issues with out-of-memory crashes were resolved with proper sizing adjustments, and overall, I experienced no conflicts during updates, maintaining the 140 TPS targets effectively.
What do I think about the scalability of the solution?
Regarding the scalability of Docker on CentOS, I initially built the Docker containers and moved them to Kubernetes, where my scaling efforts were focused.
Once Docker on CentOS is dockerized and deployed in Kubernetes, it scales effectively by meeting the target of 140 TPS with an SLA of one second for three REST endpoints.
How are customer service and support?
I do not often communicate with the technical support of Docker on CentOS, as I haven't found the need; the documentation has been sufficient.
The documentation for Docker on CentOS is excellent; I find answers to my questions regarding the Docker daemon and network configuration issues quickly and efficiently. The information available for storage and security has been helpful, despite some challenges in those areas along with conducting DR exercises.
How was the initial setup?
The steps I needed to take when setting the solution up involved starting with dockerizing the application on CentOS, primarily with versions 7/8. I pulled the Docker image after setting up CentOS and created user groups to prevent overwriting. Using the daemon setup, I configured the firewall and created the Docker file. My workflow continued with using Maven version 3.8 and integrating it with Eclipse to enhance several endpoints. This included updating PL/SQL procedures and aiming for an SLA of less than one second, with a multi-stage deployment reflecting the expanding functionality of our application.
From my perspective, the experience with the deployment of Docker on CentOS is quite positive, especially for the CI/CD pipeline. The installation is straightforward with easy updates and configurations, including starting Docker groups and handling the daemon without challenges. I utilized a JSON-based setup, firewall setups were simple, and the multi-stage deployments were effective. My integration efforts with Maven and Eclipse were also seamless, leading to a flawless push to ECR.
What other advice do I have?
Docker on CentOS is utilized in a hybrid setup within my organization; starting on-premises with CentOS, our architecture evolved to the cloud. I began with building everything locally, then transitioned to development environments, eventually versioning the applications and pushing to ECR, allowing flexibility whether on local or cloud resources.
In terms of reliability and stability, I find Docker on CentOS to be dependable, with good kernel support and daemon stability. I would rate this solution an 8 out of 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Rapid containers have transformed how I test microservices and reset databases on demand
What is our primary use case?
My main use case for Docker on CentOS is for microservices, and I have been using Docker mainly for development and testing environments.
The most common use case for me with Docker on CentOS is to spin up a SQL container, as it is much faster than installing and configuring the database, and it keeps the environment clean.
A typical scenario with Docker on CentOS is when I use a container locally for testing. I usually create a new MySQL container for that.
What is most valuable?
I think that the container Docker on CentOS is the most beneficial because I am able to create a new container locally very easily.
I believe that the ease of container creation with Docker on CentOS helps my workflow, as it allows me to create testing environments locally.
It is especially useful when you need to test different database versions or reset the state quickly without affecting anything else on the system with Docker on CentOS.
Docker on CentOS has positively impacted my organization by being much faster than installing and configuring the database directly on the machine.
What needs improvement?
So far, I do not have problems with Docker on CentOS.
For how long have I used the solution?
I have been working in my current field for 20 years.
What do I think about the stability of the solution?
I am satisfied with Docker on CentOS in this aspect.
How was the initial setup?
I am able to create a database container with Docker on CentOS in minutes. If I want to create a testing environment, the time is approximately one day.
Which other solutions did I evaluate?
I recommend searching on the internet for the best practices for setting Docker on CentOS containers.
What other advice do I have?
Docker on CentOS deserves a perfect score of 10 out of 10. It is more efficient nowadays than in the past, which makes Docker on CentOS deserve a perfect score for me. Docker on CentOS is easy to use. Regarding Docker on CentOS's AI capabilities, I think security is important. When using Docker on CentOS's AI capabilities, I find it very accurate and reliable. I would rate this review a 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Consistent containers have transformed QA workflows and make performance testing more reliable
What is our primary use case?
I decided to use Docker on CentOS for my testing environments because, from a performance perspective, Docker helps reduce setup time and improve test execution consistency. For example, we can run tests in parallel containers, isolate services, and compare results more reliably between local, staging, and CI environments. However, it is important to monitor CPU, memory, network usage, container startup time, and disk input and output because poor configuration can create false performance issues that are not related to the application itself.
What is most valuable?
Automation and performance control specifically have helped my team mainly by making execution more predictable, repeatable, and easier to scale. For example, in a recent project, we needed to run automated regression tests against multiple environments. Before using Docker on CentOS, every machine or server had small differences, such as different node versions, browser versions, drivers, dependencies, or missing packages. That created false failures, wasting time debugging the environment instead of the application. By moving the test execution into Docker containers and CentOS, we packaged the full test environment: framework, dependencies, browser configuration, test script, reporting tool, and environment variables. This made the automation much more stable, so every execution used the same baseline. An example of a challenge it solved was an unstable regression execution where tests were failing randomly because the host machine was under heavy load, especially when several suites were running at the same time. After containerizing the execution, separating services, and monitoring resource usage, we gained better visibility into bottlenecks, enabling us to identify when a container needed more memory, when parallel execution was too aggressive, or when the application response time was actually slow. The main benefit was that Docker on CentOS gave us a controlled testing layer. Automation became easier to maintain, performance results became more trustworthy, and at the end of the day, the team spent less time fixing environment issues and more time improving test coverage and product quality.
Docker on CentOS has positively impacted my organization because I know that many projects are using Docker on CentOS. The impact is positive because it provides us with a more stable and repeatable way to run automation, testing, and supporting services. One of the biggest benefits has been environment consistency. Before using Docker on CentOS, different servers or local machines could have various versions of Node.js, Java, browsers, drivers, or system packages, causing false test failures and making debugging slow. With Docker on CentOS, we were able to package the required dependencies into images, so our execution was the same.
What needs improvement?
Some needed improvements include clearer installation and version compatibility. Docker's official documentation currently lists maintained CentOS Stream 9 and 10 as supported for Docker Engine. Teams using older CentOS versions need to be careful with compatibility and support planning, so clearer migration guidance for older CentOS versions would be beneficial. Another area is in troubleshooting; it could be made easier. When Docker fails due to networking permissions, CI, Linux storage driver, or daemon configuration, the error messages can be too technical. A guided diagnostic tool for CentOS would be very useful, checking repositories, kernel compatibility, firewall rules, the overlay, Docker daemon status, and container resource usage. Additionally, performance visibility could be improved as Docker already provides resource control, but for QA and performance testing, better built-in dashboards for CPU, memory, disk, input/output, network latency, container startup time, and test execution would help in understanding performance issues. Security defaults could be stronger and easier to apply because features like rootless mode are available, but clearer recommendations and simpler setup flows for running containers with least privilege, managing secrets, scanning images, and avoiding risky volume permissions are needed. Lastly, container integration and delivery in QA could be better documented, as Docker works well with automation pipelines, but more official examples for CentOS-based Jenkins, GitHub Actions, self-hosted runners, GitLab, browser testing, API testing, and performance testing documentation would help QA teams adopt it faster.
For how long have I used the solution?
What do I think about the stability of the solution?
What do I think about the scalability of the solution?
How are customer service and support?
Which solution did I use previously and why did I switch?
Other options we evaluated included Jenkins, manually configured CI/CD agents, and manual Kubernetes.
How was the initial setup?
What about the implementation team?
What was our ROI?
What's my experience with pricing, setup cost, and licensing?
Which other solutions did I evaluate?
Other options we evaluated included Jenkins, manually configured CI/CD agents, and manual Kubernetes.
What other advice do I have?
I have one suggestion for teams implementing Docker on CentOS. It may be best to start with a simple Docker image for the test framework, then add Docker Compose if multiple services are needed. After that, I recommend defining the CPU and memory limits, collecting logs and reports from each container, and integrating the execution into the CI/CD pipeline because that workflow creates a clean and scalable foundation for both automation and performance.
My advice for others looking into using Docker on CentOS is to start simply but implement it with good governance from day one. Docker can bring significant value, but only if the team standardizes how images contain logs, resources, and security are managed. The most important recommendation is to use a supported CentOS version, standardize your images, integrate with CI/CD early, control CPU and memory usage, monitor container metrics, and think about security from the beginning.
Regarding Docker on CentOS's AI capabilities, I think governance and security are critical. Docker on CentOS can serve as a strong foundation for AI workloads because it provides isolated, repeatable, and scalable environments. However, AI use cases usually involve sensitive data, dependency models, credentials, and automated decision-making, so organizations need strong controls around image creation, access permissions, secrets, and vulnerability scanning. From a governance perspective, I recommend clear standards for approved base images, image versioning, access control, and audit logs. From a security perspective, I suggest running containers with less privilege, avoiding root execution when possible, scanning images, generating S-BOMs, and keeping the CentOS host updated. Docker supports rootless mode to reduce risks from the Docker daemon and container runtime, while Docker Scout can analyze images using S-BOMs and vulnerability data. It is also essential to be cautious with CentOS version support, as Docker Engine documentation currently lists maintained CentOS Stream 9 and 10 as supported. Using outdated CentOS versions creates governance and security risks. Overall, I view Docker on CentOS as a positive foundation for AI and automation workloads, provided it is implemented with strong governance, controlled images, secure measures, vulnerability scanning, resource limits, and clear ownership of the container.
Regarding Docker on CentOS's AI capabilities, I see accuracy and reliability as different aspects. Docker on CentOS itself does not make an AI model more accurate; accuracy depends on the model, training data, prompts, configuration, and validation process. However, Docker on CentOS can strongly improve the reliability and repeatability of the output by providing a controlled environment where the same model, dependencies, libraries, and resource limits are used each time. In an AI testing or automation scenario, Docker on CentOS can help ensure that the same model version, Python libraries, CUDA, or CPU configuration, and environment variables are used across local, staging, and CI environments, reducing inconsistent behavior caused by dependency differences. Additionally, the Docker model runner also supports managing and running AI models locally, configuring model parameters, and displaying prompt response details, which can help with traceability and repeatable validation. From a QA perspective, I would not trust AI output solely because it runs in Docker on CentOS. I would still recommend automation, automated validation, expected output checks, prompt versioning, model versioning, logs, and human review for critical cases, along with monitoring for hallucination or unstable responses. Overall, I would say that Docker on CentOS is reliable as an execution platform for AI workloads, especially when properly configured, but the accuracy of the AI output must be measured separately through testing benchmarks and business validation. Since Docker Engine officially supports maintained CentOS Stream 9 and 10, I would also avoid outdated CentOS versions for AI workloads that require strong reliability and security.
Building secure multi-tier projects has boosted learning but still needs stronger protection
What is our primary use case?
My main use case for Docker on CentOS is building a four-tier project on my PC.
I use Docker on CentOS by installing Docker to manage the Docker files and also to manage my applications, websites, and MySQL from CentOS.
What is most valuable?
The best features Docker on CentOS offers in my experience are its speed and smooth operation, along with the fact that there is no need to add a repository, and it is free. I can use the repository to download any repository, which is why I use those features. CentOS is free, and I have used it to practice for my exams and to build my four-tier project.
What needs improvement?
I chose a seven out of ten because Docker on CentOS is very fast and smooth. However, it also needs to improve its security, upgrade the packages, and fix bugs, which is why I deducted three points. It should also provide more updatable features.
Regarding Docker on CentOS's AI capabilities, if I am using it for a banking project, I think we need higher security to prevent hacking and direct attacks on servers. That is why we need to upgrade security on CentOS 9 and develop CentOS 10, an upgraded version, for more feature support and ease of use.
I think it would be very helpful to bring in AI to know more about CentOS 9 and the hidden features it offers.
For how long have I used the solution?
I have been using Docker on CentOS for the past two years.
What other advice do I have?
Docker on CentOS has positively impacted me by allowing me to upgrade to CentOS 9 to build more security and also manage subscriptions, which sometimes are free but not for organizations. I need to keep the subscription to access more packages and features in the subscription manager, as they do not always provide everything for free.
Docker on CentOS is deployed in my organization using both private and public clouds, as we normally use CentOS 9 for the UAT servers and proxy servers. We are using AWS and Azure for our public and private cloud deployments. I purchased Docker on CentOS through the AWS Marketplace.
I recommend that others looking into using Docker on CentOS consider that I have also recommended CentOS 9 to my colleagues for learning for their exams at no cost to build their skills.
It is important to build on CentOS and to bring in new versions, such as CentOS 9 and CentOS 10, for higher capabilities and features. I would rate Docker on CentOS overall as a seven out of ten.
Containerization has accelerated deployments and now exposes networking and storage issues clearly
What is our primary use case?
My main use case for Docker on CentOS is containerizing microservices in local environments on CentOS and then deploying them to the cloud. I essentially use Docker to package the application with all its dependencies, ensuring that what works locally works the same in production without the typical environment differences.
One of the most concrete cases of how I containerized an application with Docker on CentOS was the containerization of the client controller scenery that I developed at NT Comunicaciones. It was an application built in React on the front-end, Node.js on the back-end, and MySQL and Firebase as the database.
Complementing the above, another relevant case was in the context of CapRover on a CentOS VPS at Saltamontes Records Creative, where I used Docker Swarm to orchestrate multiple application containers from different clients.
How has it helped my organization?
I can share concrete results I experienced directly in the projects. I reduced deployment times at NT Comunicaciones. Before containerization, a manual deployment including environment preparation, dependency installations, and validations could take between two and three hours. With Docker and the automated pipeline using Jenkins and GitHub Actions, that time drops to minutes. The image is already built and validated. Deployment was simply a matter of downloading the image and starting the container.
Another outcome is infrastructure consolidation and cost reductions. With Docker Swarm and CentOS, I consolidated multiple client applications onto a single VPS that previously required separate servers, resulting in a direct reduction in monthly infrastructure costs because we went from paying for multiple instances to optimizing resource usage on a single, well-sized server. Additionally, there was a reduction of post-deployment incidents and on-team adoptions.
The most concrete impacts regarding the reduction in post-deployment incidents are three. First, deployment times dropped from two to three hours to minutes by eliminating manual preparation of the environment. Second, I consolidated multiple applications on a single VPS with Docker Swarm, directly reducing the monthly infrastructure costs. Third, incidents due to environment differences between development and production practically disappeared, which reduced my post-deployment troubleshooting time and allowed me to focus on pipeline improvements.
What is most valuable?
The best features Docker on CentOS offers are true portability between environments, process insulation, resource efficiencies compared to VMs, and seamless pipeline integrations in the foundation for scaling.
I can be quite specific on both points because I experienced them firsthand. On portability, it accelerates deployments. On efficiency, it reduces infrastructure costs. The clearest example was at CapRover on CentOS VPS. Before containerization, each client application required its own server or at least its own VM, which multiplied costs. With Docker Swarm, I consolidated several applications onto the same VPS. The impact on the team was that the development team gained confidence in deployments because the environment was no longer a variable. There were no more surprises in production due to configuration differences. This reduced the time I spent troubleshooting post-deployment and allowed me to focus on pipeline improvements instead of putting out fires.
What needs improvement?
From my experience, there are a few areas where things got tricky working with Docker on CentOS: SE Linux conflicts, other networking configurations, storage driver compatibility, and deployment tools.
I can go deeper on both. On networking, a concrete case at NT Comunicaciones involved a situation where after installing Docker on CentOS, the containers could communicate internally but could not reach external services. The issue was that Docker creates its own iptables and rules, but firewalld was overwriting them on every reload. Every time firewalld restarted, container connectivity broke silently. The fix was to configure Docker to work alongside firewalld properly and set specific zones to allow Docker bridge traffic.
It took me a while to diagnose because the error was not obvious; containers appeared to be running fine, but network calls were just timing out. On storage, a concrete case with device-mapper on an older CentOS setup had me hit a situation where the storage pool ran out of space silently. Docker did not throw a clear error. Containers just started behaving unexpectedly, some failing to write logs, others crashing on startups.
The diagnostic was not straightforward because on the surface, it looked like an application issue. Once I identified it was the device-mapper thin pool hitting its limit, I had to extend it manually, which required stopping services temporarily. After that, I migrated to overlay2 with a kernel update, and the storage management became much more transparent and easier to monitor. The common pattern in both cases is that on CentOS, Docker does not fail loudly. Issues with networking and storage tend to manifest as application misbehavior rather than clear infrastructure errors, which makes the troubleshooting cycle longer if you do not know where to look first.
For how long have I used the solution?
I have been working in my current field for one year.
What other advice do I have?
There are two additional points that I think are relevant to mention based on practical experience. First is container-level security management. In CentOS, especially the integration of Docker on CentOS with SE Linux caught my attention because it adds an extra layer of security at the operating system level. SE Linux controls what each container can do at the kernel level, limiting the impact if a container is compromised. Initially, it created conflicts that had to be resolved with specific policies, but once configured correctly, it gave me greater peace of mind in production environments. The second point is volumes and data persistence.
Docker on CentOS itself does not produce AI output; it is the runtime environment. What I can speak to is how the container environment impacts the accuracy and reliability of the AI workloads running inside it. On reliability, in my experience at Pacifico Seguros running custom agents with a Copilot inside containerized environments, the big gain is consistency. The model or agent always runs in the exact same environment regardless of where the container is deployed. That eliminates a whole category of reliability issues caused by dependency drift or environment differences that could affect how the AI component behaves.
On accuracy being affected by the container, I did notice a challenge around resource constraints. If the container running an AI workload had tight memory or CPU limits, inference times, and in some cases, responses were incomplete or timed out. Tuning the resource limits in the deployment manifest was critical to ensure the AI component had enough headroom to produce reliable output consistently. On observability, another challenge was monitoring what was happening inside the container when the AI agents are executing. I addressed this by integrating Azure Monitor and Application Insights to capture logs and metrics from inside the container, which gave me visibility into response times, failure rates, and resource consumption patterns of the AI workload.
Based on my experience, I would give three concrete pieces of advice. First, understand CentOS before Docker on CentOS. Second, invest in your pipeline from day one. Third, plan for observability before you hit production. One final thought is that if you are starting fresh today, evaluate whether CentOS is still the right choice given its end-of-life situation. I give this review a rating of seven out of ten.
Containerization has transformed database deployments and saves significant time and resources
What is our primary use case?
My main use case for Docker on CentOS is that I deployed some IBM DB2 database containers.
A specific example of how I use Docker on CentOS with those IBM DB2 database containers is that if you install DB2 on on-prem virtual machines, it takes a long time, but with Docker, it is very fast and easy to recover.
What is most valuable?
I find that Docker on CentOS is flexible, scalable, and easy to install.
The best features Docker on CentOS offers in my experience are that it is very easy to maintain.
This helps in my day-to-day work because I can watch if my containers are running, if they have any errors or any need for maintenance. I can see them.
Docker on CentOS has positively impacted my organization as it saved us so much time about database installations.
I estimate that if you install databases on generic virtual machines, it takes approximately 30 minutes, but on Docker, it takes one or two minutes.
What needs improvement?
I think file size management on Docker on CentOS should be improved.
A specific management feature I wish was better or easier to use is that it should maintain its stored files by itself. It should check if there are so many unused files, and Docker should clean them by itself.
For how long have I used the solution?
I have been using Docker on CentOS for about three years.
What do I think about the stability of the solution?
Docker on CentOS is quite stable.
What do I think about the scalability of the solution?
Docker on CentOS is quite scalable. You can scale it for small businesses or large environments. It depends on you. Docker allows you to do that.
How are customer service and support?
I haven't needed any customer support on Docker on CentOS.
Which solution did I use previously and why did I switch?
I haven't previously used a different solution because Docker helps me with all the jobs I have to do.
How was the initial setup?
My advice to others looking into using Docker on CentOS is that they should read carefully the documentation, and they should have done everything right on first installation.
What was our ROI?
I have seen a return on investment as I save money and time because I can run many DB2 applications in the same virtual machine, so I don't need any extra machines.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup cost, and licensing is that Docker is free to install, so the pricing was acceptable.
Which other solutions did I evaluate?
Before choosing Docker on CentOS, I did evaluate other options, but they are more expensive and so complicated to maintain.
What other advice do I have?
I don't have any additional thoughts about Docker on CentOS before we wrap up.
Regarding Docker on CentOS's AI capabilities, I didn't use any AI capabilities of Docker on CentOS.
The AI capabilities are something I haven't explored yet.
I give this review a rating of 8.
Container orchestration has simplified deployments and supports consistent hybrid workflows
What is our primary use case?
My main use case for Docker on CentOS is general use to run our Docker Compose. A specific example of how I use Docker on CentOS for general use is that I use Docker Compose to Kubernetes. I usually combine those tools for orchestration containing containers to deploy our applications. At the moment, I do not remember anything else to add about my main use case; I think we use direct Docker Compose or Kubernetes in general, all combinations.
What is most valuable?
In my experience, the best features Docker on CentOS offers are typical features such as creating a network, creating volumes, starting containers, and supporting both test and production for deploying.
Out of those features, starting containers stands out as most valuable for my workflow because it is my job.
Docker on CentOS has positively impacted my organization as it permits us to develop and deploy our applications very easily; that is really useful, and we can use Docker from different CentOS versions.
This ease of development and deployment has benefited my team by saving time, improving collaboration, and ensuring we have similar versions.
What needs improvement?
I have no additional information on how Docker on CentOS can be improved. At the moment, I have not received additional information regarding anything specific that could be improved with Docker on CentOS.
Generally, I have thoughts on Docker on CentOS's AI capabilities regarding its governance and security. I think there are no strengths or concerns with how Docker on CentOS handles governance and security for AI workloads.
Regarding Docker on CentOS's AI capabilities, I think it has the possibility for improvement in the accuracy and reliability of output.
For how long have I used the solution?
I have been working in my current field for about five years.
What do I think about the stability of the solution?
Docker on CentOS is stable.
What do I think about the scalability of the solution?
Docker on CentOS's scalability is good.
How are customer service and support?
The customer support for Docker on CentOS is fine and faster.
Which solution did I use previously and why did I switch?
Before Docker on CentOS, I used it as a container, but in general, Docker is more full, which is why I switched.
Which other solutions did I evaluate?
In general, I did not evaluate other options before choosing Docker on CentOS; I started with it.
What other advice do I have?
My advice to others looking into using Docker on CentOS is to try it one time. I find Docker on CentOS to be a solid, reliable combination for containerized workloads, where CentOS or RHEL-based systems integrate well with Docker for production deployments. Beyond that, my focus these days is more on Kubernetes orchestration, Helm charts, and infrastructure as code, rather than raw Docker on individual hosts. I gave this review an overall rating of 8.
Integrated containerized tenants have improved networked VM workflows and simplified client isolation
What is our primary use case?
My main use case for Docker on CentOS is for local development, tests, and creating new server and server test applications, making the integration from staging and the production environments. Some of that work was applied at Johnson & Johnson.
A specific example of how I use Docker on CentOS in one of those situations is that we create staging development sites using CentOS as the original VM application and inside of these VMs, we put Docker and configure the containers inside of it to make the IP configuration easier on CentOS. We can also create a good network interface and network jobs between the different VMs. We used to isolate some databases in Docker containers in different stages, using CentOS to separate these stages. We can also create some network environments and share folders between the different VMs using CentOS.
Last week, I built a Proxmox server with some VMs using CentOS and integrating not only Docker but also cPanel configured by me inside of my Proxmox. I created the environment to make the replication of the tenants from different clients automatically using Node.js as a backend and creating automatically with Terraform and using CentOS as the main image to use in our environment.
The network integration of Docker on CentOS makes my workflow easier because when I create a new tenant in my environment, I just build a VM with this configurator inside of my ecosystem. I integrate the creation of new VMs and the tenants using Terraform, integrating with CentOS, and inside of this CentOS image, I put Docker and containers, which I use to isolate some clients. However, I need to have access from my tenant manager to create the folders and share them. The containers are isolated between the VMs, but the VMs have some access between them to get some configuration from the original Proxmox environment configurator.
I have some Grafana and Prometheus applied to these servers, and I made some measures about the improvement in file transfer between them, which shows an improvement of 20% from the last Ubuntu applications. The easier monitoring between the VMs using that shared folder is also a very useful tool.
How has it helped my organization?
Docker on CentOS impacts my organization positively because it is a very useful tool to create a strategic environment where we can plan every container with what we need to do between them. CentOS is a great solution to create the background environment and connect my tenants using my tenant evaluator. With this, I can easily create the environment, network isolation, and sharing folders that we need to share between them.
What is most valuable?
The best features Docker on CentOS offers are the configuration of the network between the VMs and the integration of this network with Docker, which is the easiest thing that we can use with these environments. When we talk about Ubuntu or other options, sharing this network and sharing the folders between them is a little bit difficult in comparison with CentOS.
What needs improvement?
Docker on CentOS can be improved by using the Terraform creation, pointing for a smaller CentOS version that we can create to just take exactly what we need to consume in our image. Instead of getting a full version of CentOS, we can take the small version and only install what we need on the server. This can be very useful to make more space for our clients.
I think Docker on CentOS could benefit from images that we can create or have, for example, just a module based on Portainer or some UI interface to create the containers automatically or create some internal APIs to make it easier to configure this by Terraform.
For how long have I used the solution?
I have been using Docker on CentOS since 2016.
What do I think about the stability of the solution?
Docker on CentOS is very stable.
What do I think about the scalability of the solution?
My setup of Docker on CentOS allows for horizontal scalability; I can upgrade memory and processors, and CentOS automatically scales when we make adjustments inside of the VMs. Docker will adapt to these adjustments using the correctness in the Dockerfile.
How are customer service and support?
My customer support is automated by AI; therefore, I don't have specific feedback about support teams related to CentOS.
I have never needed help from support teams; I find the documentation very well formulated and easier to implement.
Which solution did I use previously and why did I switch?
Before using Docker on CentOS, I used Ubuntu, but the size of the image for Ubuntu was not optimal, making it harder to configure in Terraform. That's why I switched to CentOS.
How was the initial setup?
The setup costs of CentOS include some versions without a cost, but I don't get the enterprise licensing for now, and I'm using the normal open-source licensing for CentOS.
What about the implementation team?
I deploy Docker on CentOS using a private cloud and my own registry.
What was our ROI?
I have seen a return on investment; I built my own AI agents connected to my Proxmox server, which led to significant improvements in time and money saved, amounting to over 60%.
What's my experience with pricing, setup cost, and licensing?
The setup costs of CentOS include some versions without a cost, but I don't get the enterprise licensing for now, and I'm using the normal open-source licensing for CentOS.
Which other solutions did I evaluate?
What other advice do I have?
Regarding the accuracy and reliability of Docker on CentOS's AI capabilities, I need to train my AI here to configure CentOS and Docker. After training, the application runs well. AI identifies applications and the configuration accurately, and we can create tools that make AI available to consume the CentOS configuration, even though I haven't yet used CentOS integrated with GPUs or AI engines.
My advice for others looking into using Docker on CentOS is to evaluate your infrastructure and do thorough planning before implementation.
The governance and security of Docker on CentOS are very good because we have a lot of tools to maintain and ensure the sustainability of that environment. This is especially true when integrating keys, and we have keys in all Linux systems, but they put the keys in one space that's easier to get. The first access of CentOS not using root is a very secure feature, as we need to make our root environment and create a root user different from the original root, which is a significant security improvement.
I have given Docker on CentOS a rating of 8.
Containerization has reduced costs and improves deployment speed for microservice workloads
What is our primary use case?
My main use case for Docker on CentOS is for a microservice container service with a Kubernetes orchestration cluster service. I create cluster services for databases, for example Postgres, and services for telecommunication companies, such as Kafka service, HAProxy service, and other services within the company.
The main use cases for Docker on CentOS are to reduce costs for the company because container services cost significantly less compared to virtualization services.
What is most valuable?
The best features Docker on CentOS offers include the price compared to other services, such as OpenShift container service. The pricing is competitive and very stable.
CentOS is a fork of Red Hat, and Red Hat is an excellent operating system for a company. Docker on CentOS has positively impacted my organization by reducing operation costs, providing more reliable service, and saving money for the company budget and on other tools.
What needs improvement?
Docker on CentOS can be improved as a solution service in many companies around Latin America. Regarding Docker on CentOS's AI capabilities, I think its accuracy and reliability of output are less because CentOS, if you want to use the latest version such as number seven, is not compatible with some drivers or libraries for AI.
For how long have I used the solution?
I have been working in my current field for four years.
What other advice do I have?
Docker on CentOS's governance and security services are better than others.
CentOS at this moment does not have support, only CentOS Stream, while you can use other applications like Ansible for governance and security services.
My advice for others looking into using Docker on CentOS is that it significantly reduces the time to deploy services, making it very fast within the company. I would rate this product an 8 out of 10.