简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM