Best platform for pod/image management
May 05, 2022

Best platform for pod/image management

Abhishek Raj | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Software Version

Business

Modules Used

  • Docker Hub
  • Docker Desktop

Overall Satisfaction with Docker

We have used Docker for creating images for our project and deploying that image using kubernates. It is very much useful for other developers as if we are creating images successfully then no one will face errors in their systems. We have added this phase in our Jenkins build so that this step will not be missed.
  • creating image for the project
  • help in deployment
  • help in maintaining identical environment in all the system
  • we can reduce the image bundle size
  • images should be killed automatically in idle state.
  • understanding docker desktop app is a bit tricky.
  • maintaining images
  • using for deployment
  • easy to integrate with kubernates
  • very much helpful in managing images
  • helps in using last build in case of failure
  • helps in deployment
It is easy to use. we can manage multiple images in docker hub. Docker desktop is for accessing images in our desktop. It is very much user friendly as compare to Podman.

Do you think Docker delivers good value for the price?

Yes

Are you happy with Docker's feature set?

Yes

Did Docker live up to sales and marketing promises?

Yes

Did implementation of Docker go as expected?

Yes

Would you buy Docker again?

Yes

It helps in deployment of the project. Sometime the size of the bundle is huge and there should be some way to reduce it. it helps in maintaining identical environment in all the developer's system. Without Docker, maintaining deployment build is very difficult.