-
Notifications
You must be signed in to change notification settings - Fork 14
Description
For some unknown reason Rancher has used both terms “engine” and “user docker” when referring the Docker daemon which are used to running containers.
In readme we have this picture:

But same time command which is used to manage Docker version is actually ros engine and in index.yml file located on os-services all those have docker- prefix.
RancherOS also had support for running multiple user dockers in parallel. That still exist in our documentation and code but most likely will not work.
So right thing to do in next major release (if that happens) is that code would be made more flexible for additional engine types and none of those should not be enabled by default.
That would mean that K3s support can be handled by adding new engine type and preferably it should be possible by updating just code in os-services. Similarly it should be possible to run virtual machines on top of BurmillaOS by adding engine type QEMU.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status