来吧兄弟,一起玩一起讨论!
您需要 登录 才可以下载或查看,没有账号?注册
×
通过SSH登录群晖查看docker运行信息
- xxx@DS920Plus:/$ sudo docker info
- We trust you have received the usual lecture from the local System
- Administrator. It usually boils down to these three things:
- #1) Respect the privacy of others.
- #2) Think before you type.
- #3) With great power comes great responsibility.
- Password:
- Client:
- Context: default
- Debug Mode: false
- Server:
- Containers: 0
- Running: 0
- Paused: 0
- Stopped: 0
- Images: 0
- Server Version: 20.10.3
- Storage Driver: btrfs
- Build Version: Btrfs v4.0
- Library Version: 101
- Logging Driver: db
- Cgroup Driver: cgroupfs
- Cgroup Version: 1
- Plugins:
- Volume: local
- Network: bridge host ipvlan macvlan null overlay
- Log: awslogs db fluentd gcplogs gelf journald json-file local logentries splunk syslog
- Swarm: inactive
- Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
- Default Runtime: runc
- Init Binary: docker-init
- containerd version: 3fa00912415f3e9c6f82dd72119179d599efd13b
- runc version: 31cc25f16f5eba4d0f53e35374532873744f4b31
- init version: ed96d00 (expected: de40ad0)
- Security Options:
- apparmor
- Kernel Version: 4.4.180+
- OSType: linux
- Architecture: x86_64
- CPUs: 4
- Total Memory: 3.828GiB
- Name: DS920Plus
- ID: AULO:3NCA:Z4HQ:MHRZ:TT7W:3K72:GK5R:VBVR:MFTK:F3UN:ABLP:Q4X2
- Docker Root Dir: /volume1/@docker
- Debug Mode: false
- Registry: https://index.docker.io/v1/
- Labels:
- Experimental: false
- Insecure Registries:
- 127.0.0.0/8
- Live Restore Enabled: false
- WARNING: No kernel memory TCP limit support
- WARNING: No cpu cfs quota support
- WARNING: No cpu cfs period support
- WARNING: No blkio weight support
- WARNING: No blkio weight_device support
- 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
复制代码
查看docker运行状态
- xxx@DS920Plus:/$ sudo systemctl status docker
- ● docker.service
- Loaded: not-found (Reason: No such file or directory)
- Active: inactive (dead)
复制代码
查看docker版本
- xxx@DS920Plus:/$ sudo docker version
- Client:
- Version: 20.10.3
- API version: 1.41
- Go version: go1.17.1
- Git commit: 55f0773
- Built: Thu Jul 21 10:23:46 2022
- OS/Arch: linux/amd64
- Context: default
- Experimental: true
- Server:
- Engine:
- Version: 20.10.3
- API version: 1.41 (minimum version 1.12)
- Go version: go1.17.1
- Git commit: b487c8f
- Built: Thu Jul 21 10:21:56 2022
- OS/Arch: linux/amd64
- Experimental: false
- containerd:
- Version: v1.4.3
- GitCommit: 3fa00912415f3e9c6f82dd72119179d599efd13b
- runc:
- Version: v1.0.0-rc93
- GitCommit: 31cc25f16f5eba4d0f53e35374532873744f4b31
- docker-init:
- Version: 0.19.0
- GitCommit: ed96d00
复制代码
我安装7.1和7.2两个版本,都是同样的问题,感觉已应该和硬件有关,请大佬指教,不胜感激!
|