How kubernetes know which type of container I use?

12/2/2015

Sorry, I'm new to kubernetes.

I have read many kubernete conf for docker.

But it seems no conf specific the container is docker.

So how kubernetes know it should create docker container?

-- yunfan
kubernetes

1 Answer

12/2/2015

Kubernetes supports using alternate container runtimes (such as rkt), but it currently assumes that the images that are being launched are Docker images. Support for specifying alternate image types is being discussed in kubernetes#7203.

-- Robert Bailey
Source: StackOverflow