Search code examples
dockerdocker-enginedocker-ee

Moving from docker ce to docker-EE


I have built all my micro services on a docker-ce engine and got all the system running with Kubernetes.

Now I want to start working with docker-EE and from what I have read I couldn't understand if I will be able to use all my images with the new docker-EE as my docker engine?


Solution

  • After checking all my images that were built over the docker-ce engine on a docker-EE engine (running on RHLE7.5), it validates that it is possible to Move from docker-ce to docker-EE.

    As mentioned in the above comments:

    your new docker setup should be on the same CPU architecture.