ApolloAuto / apollo-kernel

Collections of Apollo Kernels
407 stars 290 forks source link

prebuild kernel would not support nvidia driver? #6

Closed niise closed 7 years ago

niise commented 7 years ago

here is the docker.log

sudo vim /var/log/upstart/docker.log

/var/run/docker.sock is up time="2017-07-17T10:30:16.842745248+08:00" level=info msg="libcontainerd: new containerd process, pid: 13409" time="2017-07-17T10:30:17.844303739+08:00" level=warning msg="failed to rename /var/lib/docker/tmp for background deletion: %!s(). Deleting synchronously" time="2017-07-17T10:30:17.847192458+08:00" level=error msg="[graphdriver] prior storage driver aufs failed: driver not supported" Error starting daemon: error initializing graphdriver: driver not supported


I cant run docker under this kernel with nVidia GTX 970 any suggestion?

journey-wang commented 7 years ago

Apollo kernel currently didn't support aufs, you can use overlayfs instead.

  1. add DOCKER_OPTS="--storage-driver=overlay" in /etc/default/docker configuration file.
  2. restart docker
quning18 commented 7 years ago

Closed for inactive questions.

Please reopen it if you have any further questions. Thanks!