- 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. Review collected by and hosted on G2.com.
- 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. Review collected by and hosted on G2.com.
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 Review collected by and hosted on G2.com.
docker image size optimization related information is very less and sometime consumes lot of space in docker registery Review collected by and hosted on G2.com.
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. Review collected by and hosted on G2.com.
Centos is no longer receiving security updates, which means it will be less safe than it could be. Review collected by and hosted on G2.com.
I've been using centos since its version 4 and never dissapoints. So no complains about its performance or the way it works, Review collected by and hosted on G2.com.
The direction that Redhat took with Centos development. We don't like that as application developers Review collected by and hosted on G2.com.
Simple and easy to use. Does not have a big learning curve if you have worked with ansible/yaml. Best container solution out there Review collected by and hosted on G2.com.
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 Review collected by and hosted on G2.com.
Easy way of installation for setting it up the docker on the machine which is quite useful for performing containerisation. Review collected by and hosted on G2.com.
We may face permission issues while pulling the images from dockerhub. Review collected by and hosted on G2.com.