Have managed basic deployment tasks and experienced improved service flexibility through containerized environments
What is our primary use case?
I don't have any specific use case with Dell PowerEdge. I work with it as a server where we install software and run Red Hat Enterprise.
I work with Red Hat Enterprise Linux 7 and 8, but I don't specifically use Red Hat OpenShift or Red Hat JBoss.
What is most valuable?
Docker on CentOS has improved my organization positively. The benefits are significant as it is easy to operate and maintain, making it more flexible. You can change any service in the system, delete or remove the service port, and create new ones.
What needs improvement?
It is difficult for me to suggest improvements because the current functionality meets my needs.
To achieve a higher rating of 9 or 10, they might need more automation features.
What do I think about the stability of the solution?
Docker on CentOS is quite stable. I would rate it 8 or 9 out of 10.
How are customer service and support?
I rate their support as a partner. We purchase the software and product from them, so when I have an issue with Red Hat or Docker on CentOS or Kubernetes, I create a ticket with the partner who works directly with the respective teams.
I have experience with their support through a few cases requiring Red Hat assistance. I go through our software partner who communicates with the Red Hat team, and they communicate with Docker on CentOS or Kubernetes team to resolve issues.
How would you rate customer service and support?
How was the initial setup?
The initial setup of Docker on CentOS is not too difficult. We can accomplish it very generally.
What's my experience with pricing, setup cost, and licensing?
I don't have experience with Docker on CentOS pricing. Since Docker on CentOS, Kubernetes, and Red Hat are open source, I believe the cost is only applicable for support services.
What other advice do I have?
I don't have experience with Dell PowerStore as I haven't worked with it. I am not familiar with PowerStore or its function.
I haven't worked with Dell Data Protection or DPA. My experience is limited to servers, switches, and EMC Unity storage.
The orchestration and CI/CD process relates to the architecture engineer and solution architecture.
I rate Docker on CentOS an 8 out of 10.
Docker on CentOS 8: A great tool but struggling due to End-of Life cycle
What do you like best about the product?
- Docker simplifies application deployment and management using containerization, which helps with consistency across platforms in all environments.
- Using the official package manager of Yum it's very easy to install and use Docker on CentOs 8.
- The community has great resources that can solve almost all problems faced during troubleshooting.
- Docker is one of the very critical tools in my tech stack because it helped me with building the Ci/Cd pipeline and having smooth deployment and rollbacks if necessary.
- With additional features like Docker Compose and Docker Swarm it's very easy to use, deploy, and manage multiple services.
What do you dislike about the product?
- One of the biggest downsides of using docker with CentOs 8 is the archived version now because it stopped getting security updates after the end of 2021 which makes it a security threat for production use.
- Docker in itself is a complicated product that can take a while to understand and sometimes can be hard to understand OS-specific issues if occur for a beginner.
- Docker is great in performance but there were specific incidents in the past where I faced performance overhead and it took a while to figure out the issue because it required both docker and CentOs 8 in-depth knowledge to debug.
What problems is the product solving and how is that benefiting you?
- Docker is great tool for software development and deployment and CentOs 8 is easy to use OS in that regards where I could install docker and deploy it on other platforms without worry about compatibility because docker can take care it of for me.
- Packaging complex applications which are in different tech stack but could easily be containerised and deploy.
- Having easy support with other big tools like Jenkin, Kuberneters etc helped me test and deploy my application much more easily on other platforms which reduced a lot of overhead of figuring out a OS which can support all major tools.
- The big thing is solved for me is management of application deployment and increase feature deployment speed which is critical for small size team.
experience of using docker on centos
What do you like best about the product?
virtualization or containerization was one of the important thing now a days everyone focusing and docker was very useful to create development environment for our projects
What do you dislike about the product?
docker image size optimization related information is very less and sometime consumes lot of space in docker registery
What problems is the product solving and how is that benefiting you?
Docker integrates well with CI/CD tools, enabling automated builds, tests, and deployments. On CentOS 8, this makes it easier to implement robust DevOps practices.
Docker on centos pros and cons
What do you like best about the product?
Automating deployment and security as containers in docker are isolated from each other. CentOS handles the docker process very efficiently. Because docker is portable, we can deploy the application in both cloud and on-prime servers, and the containers run smoothly. We can use many containers with different applications to save money.
What do you dislike about the product?
Centos is no longer receiving security updates, which means it will be less safe than it could be.
What problems is the product solving and how is that benefiting you?
Docker's support for both on-premises and AWS cloud environments makes it easy to deploy applications hybridly
Reliable image for your applications, but
What do you like best about the product?
I've been using centos since its version 4 and never dissapoints. So no complains about its performance or the way it works,
What do you dislike about the product?
The direction that Redhat took with Centos development. We don't like that as application developers
What problems is the product solving and how is that benefiting you?
TO have a reliable image where to run our spring boot applications based on RHEL
Containers using docker on centos 8
What do you like best about the product?
Simple and easy to use. Does not have a big learning curve if you have worked with ansible/yaml. Best container solution out there
What do you dislike about the product?
Don't see any issue with docker have been using it for quite some time though swarm can have improvement to scale and perform better
What problems is the product solving and how is that benefiting you?
Containerize the app as per the requirement of the organization making the application scale dynamically based on requirement
Easiest way to setup docker on CentOS 8
What do you like best about the product?
Easy way of installation for setting it up the docker on the machine which is quite useful for performing containerisation.
What do you dislike about the product?
We may face permission issues while pulling the images from dockerhub.
What problems is the product solving and how is that benefiting you?
After pulling the images from the dockerhub we put it to perform the containerisation process with the OS.