Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (2.3k points)
So I am a bit confused between the architectures and features of docker and open shift.

Can someone explain it to me ?

1 Answer

0 votes
by (12.4k points)

Here Docker's main focus is on runtime container only and OpenShift focuses on both runtime container and REST API and web interface to deploy and manage the containers.

Docker uses AUFS for disk & file copy-on-write sharing while Openshift is not compatible with such systems.

Docker is open and portable images whereas OpenShift supports built-in for Node.js, Ruby, Python, etc, and also supports frameworks ranging from Spring to Play.

Want to know about Docker? Do check out: Docker Training

Browse Categories

...