Docker vs. Google App Engine

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Docker
Score 8.9 out of 10
N/A
Docker Enterprise was sold to Mirantis in 2019; that product is now sold as Mirantis Kubernetes Engine. But Docker now offers a 2-product suite that includes Docker Desktop, which they present as a fast way to containerize applications on a desktop; and, Docker Hub, a service for finding and sharing container images with a team and the Docker community, a repository of container images with an array of…
$5
per month
Google App Engine
Score 8.6 out of 10
N/A
Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
$0.05
Per Hour Per Instance
Pricing
DockerGoogle App Engine
Editions & Modules
Free
$0
unlimited public repositories
Pro
$5.00
per month per user
Team
$7.00
per month per user
Business
$21
per month per user
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
Offerings
Pricing Offerings
DockerGoogle App Engine
Free Trial
NoNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
DockerGoogle App Engine
Features
DockerGoogle App Engine
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Docker
-
Ratings
Google App Engine
8.7
31 Ratings
8% above category average
Ease of building user interfaces00 Ratings9.017 Ratings
Scalability00 Ratings9.031 Ratings
Platform management overhead00 Ratings9.031 Ratings
Workflow engine capability00 Ratings9.023 Ratings
Platform access control00 Ratings9.030 Ratings
Services-enabled integration00 Ratings8.027 Ratings
Development environment creation00 Ratings9.028 Ratings
Development environment replication00 Ratings8.027 Ratings
Issue monitoring and notification00 Ratings9.027 Ratings
Issue recovery00 Ratings9.025 Ratings
Upgrades and platform fixes00 Ratings8.028 Ratings
Best Alternatives
DockerGoogle App Engine
Small Businesses
Git
Git
Score 10.0 out of 10
AWS Lambda
AWS Lambda
Score 8.6 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
Enterprises
Git
Git
Score 10.0 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
DockerGoogle App Engine
Likelihood to Recommend
10.0
(14 ratings)
8.0
(35 ratings)
Likelihood to Renew
9.1
(1 ratings)
8.3
(8 ratings)
Usability
10.0
(2 ratings)
7.7
(7 ratings)
Availability
10.0
(1 ratings)
-
(0 ratings)
Performance
8.0
(1 ratings)
10.0
(1 ratings)
Support Rating
-
(0 ratings)
8.4
(12 ratings)
Implementation Rating
-
(0 ratings)
8.0
(1 ratings)
Product Scalability
10.0
(1 ratings)
-
(0 ratings)
User Testimonials
DockerGoogle App Engine
Likelihood to Recommend
Docker
You are going to be able to find the most resources and examples using Docker whenever you are working with a container orchestration software like Kubernetes. There will always some entropy when you run in a container, a containerized application will never be as purely performant as an app running directly on the OS. However, in most scenarios this loss will be negligible to the time saved in deployment, monitoring, etc.
Read full review
Google
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
Read full review
Pros
Docker
  • Packaging of application to limit the space occupied
  • Ease of running the application
  • Provide multiple ways to handle the application issues and integration of different components like pipeline, ansible, terraform etc
Read full review
Google
  • Quick to develop, quick to deploy. You can be up and running on Google App Engine in no time.
  • Flexible. We use Java for some services and Node.js for others.
  • Great security features. We have been consistently impressed with the security and authentication features of Google App Engine.
Read full review
Cons
Docker
  • Docker hub image retention policy can be relaxed
  • Docker hub policies can be more developer friendly
  • Docker CLI help section can be improved
  • Image and container storage (local) management can be optimized
Read full review
Google
  • There is a slight learning curve to getting used to code on Google App Engine.
  • Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
  • Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
Read full review
Likelihood to Renew
Docker
No answers on this topic
Google
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
Read full review
Usability
Docker
I have been using Docker for more than 3 years and it really simplifies the modern application development and deployment. I like the ability of Docker to improve efficiency, portability and scalability for developers and operations teams. Another reason for giving this rating is because Docker integrates CI/CD pipelines very well
Read full review
Google
Google App Engine is very intuitive. It has the common programming language most would use. Google is a dependable name and I have not had issues with their servers being down....ever. You can safely use their service and store your data on their servers without worrying about downtime or loss of data.
Read full review
Reliability and Availability
Docker
Haven't seen any outages, fatal/unrecoverable errors in my usage so far. Enough said.
Read full review
Google
No answers on this topic
Performance
Docker
Docker Desktop. The CPU high usage is a known issue. Needs fixing. Otherwise, it is great overall. Would not use anything else still.
Read full review
Google
No answers on this topic
Support Rating
Docker
No answers on this topic
Google
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
Read full review
Alternatives Considered
Docker
The reason why we are still using Docker right now is due to that is the best among its peers and suits our needs the best. However, the trend we foresee for the future might indicate Amazon lambda could potentially fit our needs to code enviornmentless in the near future.
Read full review
Google
We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
Read full review
Scalability
Docker
It is the only tool in our toolset that has not [had] any issues so far. That is really a mark of reliability, and it's a testimony to how well the product is made, and a tool that does its job well is a tool well worth having. It is the base tool that I would say any organisation must have if they do scalable deployment.
Read full review
Google
No answers on this topic
Return on Investment
Docker
  • Reduces the number of virtual machine which impacted our quarterly billing
  • Using docker with proxy we run multiple application on same port on same host.
  • impact on billing is we have to provide docker training to the people who are working on it.
Read full review
Google
  • Effective employee adoption through ease of use.
  • Effective integration to other java based frameworks.
  • Time to market is very quick. Build, test, deploy and use.
  • The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.
Read full review
ScreenShots