Skip to content
Advertisement

How to run Docker deamon on shared Linux kernel?

I have a problem starting Docker deamon. The root cause of this are missing modules in linux kernel. I don’t have possibility to change/update the kernel.

Is there a workaround that would help me start Docker?

If that helps: the goal I want to achieve is to set up a repository of the Docker images. I won’t run any containers on that computer.

I’m using Ubuntu 14.04.5 LTS with kernel 3.13.0-042stab12.5 x86_64

Advertisement

Answer

You have a few options:

(1) Run a Virtual Machine (hopefully with hardware acceleration), install the docker daemon/registry/whatever you need inside the VM and proxy network connections from the host to the VM.

(2) If you simply want to run a registry, find one that does not require the docker daemon to be installed to run.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement