docker 运行mysql镜像时出现如下提示:
docker run --name mysql -p 6666:3306 -e MYSQL_ROOT_PASSWORD=************** -d mysql:8.0.34
docker: Error response from daemon: failed to create endpoint mysql on network bridge: failed to add the host (veth598ab50) <=> sandbox (veth6aee00e) pair interfaces: operation not supported.
二:软硬件信息:
1. tos版本:5.1.67
2. 系统空间:8g
3. docker版本:20.10.17
4. mysql版本8.0.34
5. docker info 内容
代码: 全选
Client:
Context: default
Debug Mode: false
Server:
Containers: 1
Running: 0
Paused: 0
Stopped: 1
Images: 1
Server Version: 20.10.17
Storage Driver: btrfs
Build Version: Btrfs v5.16.2
Library Version: 102
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
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: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
Default Runtime: runc
Init Binary: docker-init
containerd version:
runc version:
init version: de40ad0
Kernel Version: 5.15.59
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 3.721GiB
Name: eguoke
ID: BZ7P:5GMV:CBZO:EWJS:YUQF:73T4:UDMS:SGRZ:6QTC:K6WS:ZHL4:WOA5
Docker Root Dir: /Volume1/@apps/DockerEngine/DockerData
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: true
WARNING: No blkio throttle.read_bps_device support
WARNING: No blkio throttle.write_bps_device support
WARNING: No blkio throttle.read_iops_device support
WARNING: No blkio throttle.write_iops_device support根据论坛其他网友提示的问题如下链接,及论坛管理员的回复内容,格盘重装过系统,系统空间也变成了8g
帖子链接:viewtopic.php?t=3970
请问这个问题要如何解决,或者官方能否升级下Mariadb版本。
