docker run hello-world Ошибка обработки tar-файла (статус выхода 1): remount /, flags: 0x84000: разрешение отказано - PullRequest
0 голосов
/ 05 мая 2020

Я пытаюсь запустить docker на виртуальной машине opennebula, но это все равно не удается. Я точно выполнил инструкции на их веб-сайте, и установка прошла успешно. Вот что я получаю

docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
0e03bdcc26d7: Extracting [==================================================>]  2.529kB/2.529kB
docker: failed to register layer: Error processing tar file(exit status 1): remount /, flags: 0x84000: permission denied.
See 'docker run --help'.

Я использую образ ubuntu 16.04

Distributor ID: Ubuntu
Description:    Ubuntu 16.04.6 LTS
Release:    16.04
Codename:   xenial

docker info

Client:
 Debug Mode: false

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 19.03.5
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
 init version: fec3683
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 4.15.0-99-generic
 Operating System: Ubuntu 16.04.6 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 2
 Total Memory: 3.815GiB
 Name: master1
 ID: M5K3:BNKG:LHO3:WBIK:EQ24:LYQN:A6HN:LC7M:4EBU:LOEZ:6ZYA:GXEF
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

Я использую opennebula для виртуальной машины, а также мой node is lxd у всех есть идеи?

...