Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Docker on Ubuntu 22.04 LTS

Supported Images

Reviews from AWS customer

8 AWS reviews

External reviews

3 reviews
from

External reviews are not included in the AWS star rating for the product.


    Ivan Karpenko

Modern containerization has transformed development workflows and has improved CI CD efficiency

  • February 10, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Docker on Ubuntu is running containers and projects that are in containers, containerized projects.

One of those containerized projects is the monitoring stack build, which includes Prometheus, Alertmanager, and Grafana, and it is a really quick thing to run, install, and test. I am using it mainly for tests around the monitoring.

There are actually multiple use cases during my career with Docker on Ubuntu. It was building containers in the CI/CD, and Ubuntu instances actually ran Docker and all the builds and pushed the artifacts to the registries. There were use cases with the projects themselves being containerized, and all various cases. Pretty much everything in modern Linux ecosystems requires Docker.

What is most valuable?

The best features Docker on Ubuntu offers probably include process isolation in general, and it is easy to use and super straightforward.

Process isolation has helped me in my work for many reasons, such as the ability to give a specific amount of resources to a process, and the fact that a process does not interfere with other processes. There are multiple advantages to this, but this is generally a container thing.

There are actually great multiple things about the features of Docker on Ubuntu. If we take Ubuntu desktop and Docker desktop, we can see that it has a really great application with many features, including Kubernetes integration, CVE scanning, an easy to install and easy to use UI, the image manager, and all of these things. Docker is super powerful with modern Linux, especially with the industry standard such as Ubuntu.

Docker on Ubuntu has positively impacted my organization by enabling us to be a modern company that uses a modern architecture approach. It is difficult to do this without Docker.

The impact of Docker on Ubuntu includes improvements in speed, efficiency, and resource management, especially noticeable in our CI/CD pipelines. If we build the containers, it is much easier to distribute our application. It is much easier to install, configure, scale, and do pretty much everything. Without this proper containerization, the projects would work worse, there would be fewer options for deployment, and so on.

What needs improvement?

Docker on Ubuntu can probably be improved in the UI part. I was part of the Docker testing team, and they have a public testing team. There are some improvements to UI and probably making Kubernetes a bit more integrated, I would say.

I would not add more about the needed improvements as it is difficult to tell. There are no improvements needed for Docker on Ubuntu that I have not mentioned.

For how long have I used the solution?

I have been using Docker on Ubuntu for at least four years.

What do I think about the stability of the solution?

Docker on Ubuntu is stable.

What do I think about the scalability of the solution?

The scalability of Docker on Ubuntu requires Kubernetes. It is pretty much impossible to scale without it.

How are customer service and support?

I have never contacted customer support.

How would you rate customer service and support?

Which solution did I use previously and why did I switch?

We did not use a different solution. It was always Docker.

What was our ROI?

I have seen a return on investment, with a lot of time saved due to faster CI/CD builds and deployments, much cheaper storage due to registries, and a much easier to use general architecture. For example, in my company before Akamai, Docker was a must have. It saved so much time, so much effort, and so much human resources. It is just difficult to explain. It was super useful.

What's my experience with pricing, setup cost, and licensing?

My experience with pricing, setup cost, and licensing is that technically, I did not use the paid version of Docker. This is a very seldom use case as very few organizations and very few people actually need a paid Docker. 99.9% of people will be happy with the open source version, which is open source and free.

Which other solutions did I evaluate?

Before choosing Docker on Ubuntu, I did not evaluate other options. It really depends, but there are no really super huge competitors. It is just Podman, but it is a different thing for different cases. It is not that simple with Podman. There are just no proper competitors that are as huge and as famous as Docker is.

What other advice do I have?

My advice to others looking into using Docker on Ubuntu is to learn the containers as this is really cool technology.

I do not have any additional thoughts about Docker on Ubuntu before we wrap up. I would rate this product with a review rating of ten.


    Manas Kashyap

Container workflows have accelerated builds and now power multi-architecture CI pipelines

  • January 25, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Docker on Ubuntu is to build Docker images for both ARM and AMD architectures, as well as maintaining those Docker images and the registry.

In my daily work, I have a workflow where I build Docker images on an Ubuntu runner or GitLab runner. Apart from GitLab runner, I also utilize the Jenkins pipeline where we have an Ubuntu image with Docker in Docker. It builds the image and pushes it to our ECR. We maintain some of our servers that have Docker Swarm, which are also Ubuntu-based.

What is most valuable?

The best features that Docker on Ubuntu offers include a copy-on-write strategy, as well as having everything in one place. For example, all the Docker registry and Docker images are in one place where we can access them. There is also the ability to add users to the Docker group so that they can run it directly without using sudo permissions, which is one of the best features that I find.

Of the features I mentioned, the one I rely on most day-to-day is the Docker build step, including multi-arch build as well as multi-stage build. I rely on it on a daily basis because our entire infrastructure runs on Docker as well as Kubernetes, which depends on Docker. I definitely rely on it heavily.

Docker on Ubuntu has positively impacted my organization by making our CI/CD pipeline faster because of the multi-stage build, multi-arch build, and the strategy of layering. We don't need to build it again and again. We can use cache for it and write Docker files as well as test them on our local machines. That is one of the best features that we have.

I have definitely noticed time saved and faster deployments.

What needs improvement?

Docker Desktop requires opening it again and again when we want to build. If there were a way to run the engine on the backend side, that would be very helpful.

Docker on Ubuntu is pretty much smooth and really helps a lot.

For how long have I used the solution?

I have been using Docker on Ubuntu for 10 years.

What do I think about the stability of the solution?

Docker on Ubuntu is very much stable; it is one of the most stable solutions that you can find.

What do I think about the scalability of the solution?

Docker on Ubuntu's scalability is highly impressive in the form of Docker Swarm or Docker Compose, scoring 10 out of 10 on scalability.

How are customer service and support?

I have not used the customer support yet because I have never needed one, but the documentation is pretty much simple to understand and fix issues.

How would you rate customer service and support?

Which solution did I use previously and why did I switch?

I have not previously used a different solution.

How was the initial setup?

My experience with pricing, setup cost, and licensing is pretty much simple because Docker does not have a license and there is no pricing for it. The steps are provided, and we have a shell script written by Docker that you just run, and it does the automatic work for you. It is very much simple.

What was our ROI?

I have seen a return on investment with definitely time saved as well as fewer employees needed because we don't need to maintain the Docker Swarm again and again. There is a pipeline for it, and the time saving occurs because whenever a developer pushes anything, that goes into the Docker container and builds it. It is pretty much time saved, as well as money saved itself.

What's my experience with pricing, setup cost, and licensing?

We did not purchase Docker on Ubuntu through the AWS Marketplace because Docker is free of cost. We just set it up there.

Which other solutions did I evaluate?

Before choosing Docker on Ubuntu, we evaluated some options including Podman.

We chose Docker on Ubuntu over Podman because Docker was pretty much simple, and it was also one of the buzz topics going on. Additionally, there were people who were using it, which made it pretty much simple to interact with them and gain knowledge about how things are working.

What other advice do I have?

My advice to others looking into using Docker on Ubuntu is to use it. Once you start using it, there is no going back; it is pretty much simple to use. Definitely, it is one of the easiest tools available for containerization. I would rate this product as a 9 out of 10.


    reviewer2789682

Daily workflows have become streamlined and support automated testing and continuous delivery

  • January 22, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Docker on Ubuntu is a mixture of all aspects. Since I am currently learning it, I have chosen Ubuntu because it has very low infrastructure cost, is free and stable, has better cloud compatibility, and enables easy automation and scripting with faster DevOps workflows. Docker on Ubuntu aligns Dev, QA, and CI on the same Linux base.

A specific example of how I use Docker on Ubuntu in my learning and projects is that every day I use the Ubuntu terminal for automation, run Docker containers for test services, debug issues at the OS and application level, and work closely with CI/CD on a Linux agent. It has now become a daily part of my SDET flow.

What is most valuable?

The best features Docker on Ubuntu offers in my experience is the compatibility without having to rely on any other software on Mac machines or Windows. Ubuntu itself helps stabilize the commands. I learned this through a cloud-based e-commerce test automation platform where there was user authentication, product catalog, cart, and checkout functionality. I held the responsibility of designing the automation framework, containerizing the test services with Docker, and integrating into CI/CD pipelines. I used Ubuntu as the base, then ran Jenkins and test agents on Ubuntu, wrote all the scripts and test environment.

The combination of Docker on Ubuntu has made my automation framework and test environments better compared to other approaches I have tried. I followed various user reviews that all recommended going with Docker and Ubuntu if I wanted something scalable and deep knowledge. I followed this guidance and invested in a course. While going through this course, I learned the tools I use, including Ubuntu version 22.04, Docker and Docker Compose, Pytest, Selenium, Jenkins, Git Bash, and Nginx. This reduced my environment setup by 70 percent, improved my test stability, and enabled faster and safer releases. I use Docker on Ubuntu in a cloud-based e-commerce automation project where I containerize test services and run them on Linux CI agents to ensure consistency and scalable testing.

Docker on Ubuntu has positively impacted my workflow primarily through low infrastructure cost, better cloud compatibility, and faster DevOps workflows.

What needs improvement?

Currently, there is nothing which can be improved about Docker on Ubuntu based on how much I have learned. I feel it is great, and my progress depends on how I can use it further.

I think the Linux setup is something that is still nowadays a bit difficult compared to Windows. I think this is not in the hands of Docker on Ubuntu or the course. I think it is something related to how Linux comes. Once it becomes easier or has a GUI interface or a more straightforward approach to install Linux, then I think everything will be easy.

For how long have I used the solution?

I have been using Docker on Ubuntu specifically because Ubuntu gives a stable and open-source developer-friendly OS, making things easier like installing and managing dev tools, and running Linux native services. As a developer, I always want to go with Linux because it gives me all the freedom of using tools without restrictions, unlike Windows and macOS.

What do I think about the stability of the solution?

Docker on Ubuntu is very stable in my experience.

What do I think about the scalability of the solution?

Docker on Ubuntu has great scalability. There are no parameters to follow or user-specific requirements unless there is a huge amount of operations going on in the database. Docker helps to reduce the dependencies across different machines. I think it is very stable.

How are customer service and support?

I have not needed customer support for Docker on Ubuntu, and I have not used any community.

How would you rate customer service and support?

Negative

Which solution did I use previously and why did I switch?

Earlier, I used a different solution before Docker on Ubuntu, which was Windows. Now I have been using Ubuntu. Ubuntu is more scalable and gives a different coding feel. A few other parameters also exist which cannot be disclosed. Ubuntu is much better.

How was the initial setup?

Docker on Ubuntu helped with faster workflows by providing better automation in the pipelines and more reliable deployments. The testing environments, which were hectic to set up before, are now very well managed by Linux automation frameworks and testing agents in the Docker files. From this course, I learned to create Docker files for test frameworks, share container setups with teammates, integrate Docker into CI pipelines, and document how to run services locally with Docker so that others could adapt easily.

Which other solutions did I evaluate?

Before choosing Docker on Ubuntu, I checked other options and courses as well. After seeing the reviews, I decided I wanted to try Docker on Ubuntu only.

What other advice do I have?

I would say to others looking into using Docker on Ubuntu that they should always try different approaches. If someone is on Windows or Mac, they should always give Ubuntu a try as well. I have given this review a rating of 8.


    reviewer2795433

Built a reliable cloud foundation that has supported flexible web applications and smooth scaling

  • January 18, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Docker on Ubuntu has been for many reasons, running any type of application on Docker in Kubernetes clusters. Usually, Ubuntu is the operating system that I use. One example is running a web application on Ubuntu on Docker.

I have used a specific web application for marketing events where users go onto the website, place reservations for the event, and read information about the event. It's a classic web application with different web pages, and the setup I used in that example was zero to three EC2 instances on AWS running Ubuntu and Docker, scaling based on the number of users trying to access the webpage to meet availability requirements.

What is most valuable?

The best features Docker on Ubuntu offers include really good support as Canonical, the makers of Ubuntu, and Docker, the company, work closely together. Ubuntu is definitely the most widely used operating system for Docker, so when new features come about or security patches are released, they usually go to Ubuntu first, which is good. I have also found personally that when using documentation to build out applications, most of the documentation references using Ubuntu, making it easier. There is a lot of documentation and community support, including many Stack Overflow articles, to help someone use Ubuntu and Docker.

The performance is good, and Docker and Ubuntu are designed to work together very effectively since Docker likely chose Ubuntu as its reference OS. The functionality of the two working together is very good, and it's easy to install packages using Ubuntu's apt package manager when using Docker. If you wanted to install adjacent tools like Docker Compose or NVIDIA Docker for GPUs, it's very easy to do those types of things, and there's also a lot of documentation available on how to do it.

Docker on Ubuntu has positively impacted my organization because it really serves as a bedrock combination for building applications on top of it. You need a solid, stable base, and Docker, as a container platform, is very stable and widely used, much of like Ubuntu, making for a strong foundation to build on.

What needs improvement?

Docker on Ubuntu can be improved because Ubuntu is not minimalist at all; it comes with a lot of software by default. This has led some individuals, including myself, to try using Alpine, which is more lightweight, allowing the container to run on a more lightweight operating system that potentially uses fewer resources and reduces costs. If Ubuntu were a little more minimalist, that would be good, but it's not really aiming for that since it intends to be the baseline. Also, Ubuntu moves very fast, possibly faster than other operating systems like Debian, which could demand operational heavy upgrades to major versions every couple of years if there are many applications running.

For how long have I used the solution?

I have been using Docker on Ubuntu for around five years.

What do I think about the stability of the solution?

Docker on Ubuntu is very stable. Docker is continually optimized by the Docker company, and Ubuntu is also continually optimized. They link very well together, so it's stable currently, and I imagine it will continue to be long into the future.

What do I think about the scalability of the solution?

Docker on Ubuntu is highly scalable, but it really depends on how you're deploying Docker and Ubuntu and what you're deploying it on. Using Docker on Ubuntu together is a common configuration, and you can deploy it directly on server hardware using virtual machines or in the cloud, scaling however you wish, so I rate it ten out of ten for scalability.

How are customer service and support?

My customer support experience was on AWS, and Amazon's customer support is brilliant, with very quick response times, so I give it ten out of ten.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I tried using Docker on CentOS before, but CentOS became deprecated, which is why I switched to Ubuntu, as I believe it won't become deprecated anytime soon due to its wide usage. So, Ubuntu is more stable for that requirement.

Before choosing Docker on Ubuntu, I evaluated using Docker on CentOS as the other option.

How was the initial setup?

My experience with pricing, setup cost, and licensing is that the costs can vary for purchasing machine images, but it's very cheap for open source operating systems like Ubuntu, and I can't remember if it was free or very low cost. It might have even been free since it's open source, making it very good.

What about the implementation team?

My company does not have a business relationship with this vendor other than being a customer.

What was our ROI?

I wouldn't say that using Ubuntu and Docker directly saves money, time, or requires fewer employees. It's more about forming a baseline so that whatever application you are building on top of it can deliver those benefits. You need some type of operating system and a container engine, and these two are best in class; it allows whatever you build on top of it to achieve return on investment metrics.

What other advice do I have?

I would say there are fewer errors, and organizations could see at least a ten percent reduction in their errors if they use a popular OS like Ubuntu compared to less known or less documented ones. Additionally, easier scaling is definite, as Ubuntu is very easy to use and scales nicely. Organizations can leverage cloud auto-scaling groups, leading to cost savings, at least ten percent to maybe twenty percent from the scaling.

I advise others to use Docker on Ubuntu if they have a standard use case. If they need a highly secure operating system on a container engine, they might want something more security-focused, or if they want something lightweight, they might choose Linux Alpine, but for most use cases, it's brilliant.

I give this product a rating of ten out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Badal Shrivastav

Containerization has streamlined consistent Linux environments and now simplifies hybrid workflows

  • January 16, 2026
  • Review from a verified AWS customer

What is our primary use case?

I use Docker on Ubuntu primarily for containerizing applications and development environments, creating consistent runtime environments across development and testing, reducing dependency issues, and simplifying the development workflow on the Linux ecosystem.

Recently, I was working with an application for one of the Linux ALSA-based advanced Linux audio system applications, and I had to containerize that application so that we could run it on different devices and different Ubuntu OS versions. I used Docker for this purpose.

In some update systems, I was building some software updates, and I also used Docker for those tasks. There are many additional cases where I have used Docker.

What is most valuable?

The best features that Docker on Ubuntu offers are container isolation, fast startup time, portability, and strong integration with the Ubuntu Linux ecosystem, making it easy to package applications with their dependencies and run them consistently across systems.

Portability and the isolation that containers provide are very useful, as is the fast setup. All these features of Docker are very useful because they help set up environments very quickly on other operating systems without any dependencies, which is a very valuable feature of Docker.

In the Ubuntu ecosystem, the integration is very strong, which I think is one of the best features. The compatibility of Docker with the Ubuntu system is one of the best features.

In my organization, we use the Linux ecosystem exclusively for our development, and my team's development environment is based entirely on the Linux system. We have multiple devices where the system is running. Docker helps us port our software and applications to many devices without any dependencies, such as without any other installation, pre-installed application, or library. Whatever is needed is only packaged in Docker, so it helps us port the application very quickly and very easily. Docker has definitely improved productivity and reliability significantly.

What needs improvement?

Docker on Ubuntu could be improved by making networking and storage configuration simpler, specifically for teams new to containers. Better built-in tooling or clearer documentation for debugging container networking issues would help tremendously. Tightening integration with security tooling and providing clear guidance on container hardening would be useful for production environments. Simplifying networking and improving documentation for debugging would make Docker on Ubuntu even better.

One additional pain point is managing containers at scale. As the number of containers grows, it becomes more complex and requires additional tools. Troubleshooting container networking or volume-related issues can sometimes be time-consuming, specifically in more advanced setups.

For how long have I used the solution?

I started using Docker on Ubuntu three years ago.

What other advice do I have?

I have deployed Docker on our private server. We primarily use Docker on on-premises systems and, in some cases, in hybrid setups where development and testing may run on cloud-based environments while production remains on-premises. This approach gives us the best control over hardware, networking, and costs, specifically for embedded and system-level workloads.

In our hybrid setup, we mainly use AWS for development and testing workloads while the production ecosystem runs on-premises, utilizing AWS for tasks including CI/CD pipelines, container image storage, and temporary test environments. For our cloud side, we use AWS through the AWS Marketplace combined with on-premises infrastructure for our core system.

From my experience, pricing and licensing for Docker on Ubuntu are very straightforward. Docker itself is open source and when used on Ubuntu, there are no licensing costs, which significantly reduces setup and operational expenses. When using Docker via AWS Marketplace, pricing is transparent and usage-based, making cost planning easier. Overall, Docker on Ubuntu helps us avoid vendor lock-in and reduces infrastructure costs compared to traditional VM-based deployments.

Using Docker on Ubuntu helps us save time and operational efforts rather than directly reducing headcount. It saved setup time by seventy percent, reduced VMs and infrastructure cost by thirty to forty percent, and improved team productivity without needing additional engineers.

Before choosing Docker on Ubuntu, we evaluated a few other options, including VM-only deployments and Docker on other Linux distributions like CentOS and Amazon Linux, but Ubuntu offered better documentation, community support, and smoother Docker integration.

On a scale of one to ten, I would give Docker on Ubuntu a rating of eight.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Cfigueroasanche Tagetto

Daily containerized workflows have improved consistency and saved time in local development

  • January 15, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Docker on Ubuntu is mostly for local development. I use Docker on Ubuntu to run and test services, isolate containers, and keep my setup consistent. For example, I use it to run a local web application with a database so I can test everything in a containerized environment.

How has it helped my organization?

Docker on Ubuntu has positively impacted my organization by improving consistency and reducing setup time, which makes development workflows more efficient. From the company perspective, it saves time by keeping environments consistent and minimizing setup and configuration issues across the team.

What is most valuable?

The best features Docker on Ubuntu offers are consistency and easy setup. It helps avoid dependency conflicts and keep environments predictable. I can always isolate a service and work without affecting my system. Since I use Ubuntu on my computer, I use Docker on Ubuntu every day in my life because I think it runs faster and I can work better.

What needs improvement?

Docker on Ubuntu can be improved because the initial learning curve could be smoother for new users. The Docker documentation could be better with more real-world examples in the documentation, specifically end-to-end examples for common use cases. I think it is more about better integration and clear best practices.

For how long have I used the solution?

I have been using Docker on Ubuntu for around two years.

What do I think about the stability of the solution?

I find Docker on Ubuntu to be stable. I started with AWS and have no problems with Amazon Cloud.

What do I think about the scalability of the solution?

Docker on Ubuntu's scalability is good, as both are stable and scalable. Ubuntu is very stable as an operating system, and Docker scales well when used properly across projects and environments. I have no problems with the scalability.

How are customer service and support?

I have not needed customer support for Docker on Ubuntu.

How would you rate customer service and support?

Which solution did I use previously and why did I switch?

I have not previously used a different solution before Docker on Ubuntu.

What was our ROI?

I do not have the exact metrics regarding the return on investment because I do not track that. The main return is time-saving, as it provides less setup time, fewer errors, and improved developer productivity.

What's my experience with pricing, setup cost, and licensing?

I do not have a problem with the pricing for Docker on Ubuntu because I do not pay for that; my boss does. I only use the tools.

Which other solutions did I evaluate?

I never evaluated other options before choosing Docker on Ubuntu as I started with that.

What other advice do I have?

My advice for others looking into using Docker on Ubuntu would be to follow the official documentation and practice with simple projects before using it in more complex environments. Be patient with the learning curve and be confident as you learn by taking baby steps. I would rate this product an 8 overall.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Rusira Sathnindu

Containerization has simplified multi-layer app deployment and accelerated project delivery

  • December 28, 2025
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Docker on Ubuntu is containerization of my projects and running the containerized application packages.

For example, when I build an application that has multiple layers, such as an application with a front-end, back-end, and database layer, I create a Docker image that pulls all of the information and then pull the image on a Ubuntu environment where I use to host. In that way, I just build the Docker image so every part of the program is there, and I can use the Docker image to spin everything in one go.

Docker on Ubuntu is deployed in all of these situations including AWS cloud, private cloud, and some on-premises installations.

What is most valuable?

The best features Docker on Ubuntu offers are the ability to containerize things and the ability to configure things easily using YAML files, along with the vast amount of repositories that I get access to.

Easy configuration with YAML files and access to a vast amount of repositories has helped me since whenever I want to add more layers to Docker on Ubuntu, I can just edit the Docker config file and add more layers or a new storage layer easily. It is really simple to orchestrate the whole system using just a simple YAML file. Regarding the vast amount of repositories and collaboration, people can publish their own Docker images, and all of those are available for pulling into my project or using those projects, allowing for a vast amount of collaboration space.

Docker on Ubuntu has positively impacted my organization by saving us a lot of time during preparations for hosting and helping us install many simple pre-packaged Docker installations of applications we use, such as n8n.

What needs improvement?

Improvement for Docker on Ubuntu could involve making it more user-friendly, potentially by having a wizard for non-technical users. When I started, I found it difficult to understand the syntax of the YAML and configuration files. A dedicated wizard or UI to build the Docker image would be really helpful for usability and UX scenarios; otherwise, it is all good, and I think it is perfect as it is.

For how long have I used the solution?

I have been using Docker on Ubuntu for more than two years.

What do I think about the stability of the solution?

Docker on Ubuntu is stable.

What do I think about the scalability of the solution?

The scalability of Docker on Ubuntu is acceptable and good.

How are customer service and support?

I have not had a chance to engage with customer support, but the community support is really good.

How would you rate customer service and support?

Which solution did I use previously and why did I switch?

Previously, I used to port everything and set up everything manually without a solution, but now with Docker on Ubuntu, it is really saving us time.

How was the initial setup?

I purchased Docker on Ubuntu through the AWS Marketplace.

What was our ROI?

I have seen a return on investment by saving time, although I do not have exact metrics on hand.

What's my experience with pricing, setup cost, and licensing?

My experience with pricing, setup cost, and licensing for Docker on Ubuntu is that it was free to use.

Which other solutions did I evaluate?

Before choosing Docker on Ubuntu, I did not evaluate other options.

What other advice do I have?

My advice to others looking into using Docker on Ubuntu is to learn its possibilities and use it to make your life easier by exploring what it can do. I have rated this review a ten out of ten.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Alfredo Barba

Containerization has simplified microservices testing and improves secure application delivery

  • December 23, 2025
  • Review provided by PeerSpot

What is our primary use case?

I do have experience with Docker on Ubuntu. I have used Docker for testing in production; however, I haven't worked with Docker on Ubuntu directly. I have also used K3s, the mini Kubernetes distribution, for educational and testing purposes.

What is most valuable?

The overall main point of Docker on Ubuntu is the ability to have just what you need to run your application instead of having a complete server with all the libraries and security configurations. Docker on Ubuntu allows you to use a container with the specific application that you need to solve your problem. That is the real power of Docker on Ubuntu.

Microservices management on Ubuntu platforms is very powerful because you can split the components into microservices. I have to be honest; I'm not an expert in microservices architecture. I know the main concepts, but I don't have very deep knowledge in this architecture.

What needs improvement?

The area for improvement with Docker on Ubuntu is normally the complexity of the networking or DNS. It is completely complex to understand the networking in Docker on Ubuntu and Kubernetes clusters, as well as the ephemeral nature of the network and storage, which are topics that need to be understood very well.

For how long have I used the solution?

I have experience to discuss Docker on Ubuntu and can share my thoughts about it.

What do I think about the scalability of the solution?

Docker on Ubuntu features align completely with my continuous integration pipelines on Ubuntu. In some cases, Docker on Ubuntu is not enough for all the complexity of the applications, and I have to go to the next level with Kubernetes. However, depending on the kind of application, it is enough for some companies. In some cases, companies feel very frustrated because they cannot scale, and when they want to scale, they face the complexity of Kubernetes, and the cost on AWS, Azure, or any other platform is not cheaper than they think. The suitability depends on the kind of organization; it's not for all companies.

How are customer service and support?

The customer service for Docker on Ubuntu and their technical support are pretty good, especially since the documentation is pretty robust. The company behind Ubuntu, Canonical, is a community project, and they provide a lot of documentation and very good support. I have worked a couple of times with the team from Canonical, and they are very proficient in technical matters.

How would you rate customer service and support?

What's my experience with pricing, setup cost, and licensing?

I find the pricing for Docker on Ubuntu is not expensive because basically, it is zero. The cost is much more related to the knowledge and experience that people need, which means cost because not all engineers have experience with this platform. For me, it is zero, but in normal implementations, it could be costly as there are not many people experienced with this platform here in Colombia.

What other advice do I have?

Docker on Ubuntu access controls do help improve application security on Ubuntu, but Docker on Ubuntu per se is not safe because many software and products were conceived thinking of the solution to the problem they were trying to solve. It is necessary to harden the platform because it is not naturally safe. My overall review rating for Docker on Ubuntu is ten out of ten.


    Steven Lord

Container workflow has reduced deployment effort but still faces cost and pricing challenges

  • December 19, 2025
  • Review from a verified AWS customer

What is our primary use case?

I develop on-premise but then deliver to AWS and in the cloud in EC2 instances. All development and technical development is done on Linux rather than Windows. The production deployment into AWS is done to a Linux instance.

What is most valuable?

I use Docker a lot, especially during production deliveries. I deliver development that runs in a Docker container. Docker is very convenient because it abstracts away all the problems by containerizing everything. It contains all of the requirements into one container for ease of use and easy deployment.

Docker streamlines things and makes it easier for testing and development. With full automation, it cuts my deployment and testing time at least in half. I have been using Docker for a long time and continue to use it. Docker is the heart of many AI tools that are used, and I have an AI workstation that uses Docker to package up certain capabilities for AI engineering.

What needs improvement?

Docker has already integrated AI models into their platform and has covered most of the necessary features. They continuously release new versions of Docker. While Docker itself has no cost, the Docker repository and Docker Hub could improve their pricing, especially for startup companies.

For how long have I used the solution?

I have been using Docker for a long time.

What do I think about the stability of the solution?

I have not experienced any stability issues. I run and build Docker containers and then deploy them.

How are customer service and support?

I have not had any reason to contact support. The documentation is good, especially when using AI tools that utilize Docker's information for support.

How would you rate customer service and support?

Neutral

What other advice do I have?

I work with Linux, but not that particular module, mainly in EC2 instances. I use Ubuntu Linux out of the box and do not use Red Hat, especially at the enterprise level. It is convenient and easy since Linux is well supported. Everything is containerized, which is why I use the ECR pieces up in AWS to build containers and put them in the repository.

I work with APIs and consider the best ways to implement them, including JWTs and third-party Okta integration. The A in LAMP stands for Angular, and I do a lot of coding and projects with Angular. Mongo is the heart of our database system. LAMP stack means Linux, Angular, and Mongo. I use AWS Marketplace for different things, including MongoDB connections inside AWS. This review has a rating of 2 out of 10.


    reviewer2784744

Container workflows have accelerated CI/CD pipelines and support machine learning deployments

  • December 04, 2025
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Docker on Ubuntu is CI/CD.

I use Docker on Ubuntu to deploy applications.

I am solving business problems with Docker on Ubuntu related to machine learning and machine learning applications.

What is most valuable?

The best features Docker on Ubuntu offers are containers.

The ease of creating and managing containers stands out for me.

Docker on Ubuntu has positively impacted my organization through CI/CD.

Docker on Ubuntu has benefited my organization by enabling fast deployment.

What needs improvement?

I don't know how Docker on Ubuntu can be improved.

There is nothing specific I think could be better about Docker on Ubuntu.

For how long have I used the solution?

I have been using Docker on Ubuntu for two years.

What do I think about the stability of the solution?

We made a connection switch and are having technical problems.

What do I think about the scalability of the solution?

Docker on Ubuntu has good scalability for my organization.

How are customer service and support?

Docker on Ubuntu customer support is good.

How would you rate customer service and support?

Negative

What was our ROI?

I measure success with Docker on Ubuntu in my organization with no metrics.

The performance of Docker on Ubuntu for my needs has no metrics.

What other advice do I have?

I would advise others looking into using Docker on Ubuntu to try it with Ubuntu.

I found this interview valuable and have no changes for the future.

I would not like for you to provide a short poem or haiku that will summarize my review.

I have given this review a rating of 9.

Which deployment model are you using for this solution?

On-premises

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)