How does docker compare to openshift?
问题 Docker and OpenShift are both frameworks to implement a PaaS service. How do they compare in architecture and features? 回答1: The primary difference is that Docker as a project is focused on the runtime container only, whereas OpenShift (as a system) includes both the runtime container as well as the REST API, coordination, and web interfaces to deploy and manage individual containers. Comparing just the runtime containers, OpenShift and Docker both use kernel isolation features to keep tenant