简体   繁体   中英

Docker application Portability in Openshift

I need clarification on below points related to docker on Openshift:

  1. Is docker supported in openshift origin or online as of now or it will be there in future release of V3? If yes, how does it work?

  2. I have seen there are different docker images available for openshift in docker hub here . How do these work?

  3. Docker is mainly for provisioning application portability, say I already have an application running in my docker installed locally, so how can this be migrated to openshift environment, or, how in openshift docker can images be created?

Is docker supported in openshift origin or online as of now or it will be there in future release of V3? If yes, how does it work?

We just released the V3 repo here so it is in Origin https://github.com/openshift/origin .

I have seen there are different docker images available for openshift in docker hub here. How do these work?

You answered this in the comments, just clarifying here for visibility.
Linux containers, or “Gears”, have always been a core component of OpenShift. Docker is new standard for containerization through the libcontainer project. To quote this great article https://www.openshift.com/blogs/openshift-v3-platform-combines-docker-kubernetes-atomic-and-more :

The OpenShift v3 Cartridge format will adopt the Docker packaging model and enable users to leverage any application component packaged as a Docker image. This will enable developers to tap into the Docker Hub community to both access and share container images to use in OpenShift. Customers will also be able to leverage Red Hat certified container images from both Red Hat and our ISV partners. Our recently launched OpenShift Marketplace will expand to include solutions from both SaaS partners and certified ISV's.
......
In OpenShift v3, we will be integrating Kubernetes in the OpenShift Broker to drive container orchestration.

Docker is mainly for provisioning application portability, say I already have an application running in my docker installed locally, so how can this be migrated to openshift environment, or, how in openshift docker can images be created?

I'm quoting from the article again, but "The OpenShift v3 Cartridge format will adopt the Docker packaging model and enable users to leverage any application component packaged as a Docker image. This will enable developers to tap into the Docker Hub community to both access and share container images to use in OpenShift"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM