|
安装好之后怎么启动呢,我运行dockerd报下面的错误
- WARN[0000] could not change group /var/run/docker.sock to docker: group docker not found
- INFO[0000] libcontainerd: new containerd process, pid: 15590
- WARN[0000] containerd: low RLIMIT_NOFILE changing to max current=1024 max=4096
- WARN[0001] unable to modify root key limit, number of containers could be limited by this quota: open /proc/sys/kernel/keys/root_maxkeys: no such file or directory
- ERRO[0001] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded.
- ERRO[0001] 'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded.
- ERRO[0001] devmapper: Udev sync is not supported. This will lead to data loss and unexpected behavior. Install a dynamic binary to use devicemapper or select a different storage driver. For more information, see https://docs.docker.com/engine/reference/commandline/dockerd/#storage-driver-options
- INFO[0001] Graph migration to content-addressability took 0.00 seconds
- WARN[0001] Your kernel does not support swap memory limit
- WARN[0001] Your kernel does not support memory reservation
- WARN[0001] Your kernel does not support oom control
- WARN[0001] Your kernel does not support memory swappiness
- WARN[0001] Your kernel does not support kernel memory limit
- WARN[0001] Your kernel does not support cgroup cpu shares
- WARN[0001] Your kernel does not support cgroup cfs period
- WARN[0001] Your kernel does not support cgroup cfs quotas
- WARN[0001] Your kernel does not support cgroup rt period
- WARN[0001] Your kernel does not support cgroup rt runtime
- WARN[0001] Unable to find blkio cgroup in mounts
- WARN[0001] mountpoint for pids not found
- INFO[0001] Loading containers: start.
- WARN[0001] Running modprobe nf_nat failed with message: `modprobe: chdir(/lib/modules): No such file or directory`, error: exit status 1
- WARN[0001] Running modprobe xt_conntrack failed with message: `modprobe: chdir(/lib/modules): No such file or directory`, error: exit status 1
- Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain: Iptables not found
复制代码
安装的版本
- docker -v
- Docker version 17.06.1-ce, build 874a737
复制代码
系统版本
- uname -a
- Linux WDMyCloud 3.10.39 #1 SMP Fri Aug 5 11:16:40 CST 2016 2014T20p4 Build-git3f24b4d armv7l GNU/Linux
复制代码 |
|