SLAzurin / armbian-aml-s8xx-kernel-build-steps

armbian-aml-s8xx-kernel-build-steps including Docker
17 stars 6 forks source link

docker: Error response from daemon #1

Closed ciprian288 closed 3 years ago

ciprian288 commented 3 years ago

After boot Linux aml-s812 5.10.0-rc3

sudo docker run hello-world

docker: Error response from daemon: failed to create endpoint compassionate_lederberg on network bridge: failed to add the host (veth6408fd2) <=> sandbox (vetha6b08cd) pair interfaces: operation not supported.
ERRO[0006] error waiting for container: context canceled 

docker info

Client:
 Debug Mode: false
Server:
 Containers: 8
  Running: 0
  Paused: 0
  Stopped: 8
 Images: 1
 Server Version: 19.03.13
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 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: 8fba4e9a7d01810a393d5d25a3621dc101981175
 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
 init version: fec3683
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 5.10.0-rc3
 Operating System: Armbian 20.09 Bionic
 OSType: linux
 Architecture: armv7l
 CPUs: 4
 Total Memory: 480.2MiB
 Name: aml-s812
 ID: O77Q:46QO:3WDK:7I32:KFVZ:2F3T:7FLT:EIY5:KQUK:E7MY:ZJKF:U52P
 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
ciprian288 commented 3 years ago

fixed missing in the .config

CONFIG_NF_NAT_IPV4=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_AUFS_FS=y
SLAzurin commented 3 years ago

Glad my tutorial helped you =)