Moving from docker ce to docker-EE

177 views Asked by At

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?

1

There are 1 answers

0
Shahar Hamuzim Rajuan On BEST ANSWER

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.