Ascend Docker Runtime
安装完成之后,验证Ascend Docker Runtime是否安装成功,可执行如下步骤。
- 安装Ascend-docker-runtime后,配置文件“/etc/docker/daemon.json”中的代码会被修改,示例如下加粗部分所示。
{ "default-runtime": "ascend", "exec-opts": [ "native.cgroupdriver=systemd" ], "registry-mirrors": [ "https://docker.mirrors.ustc.edu.cn" "runtimes": { "ascend": { "path": "/usr/local/Ascend/Ascend-Docker-Runtime/ascend-docker-runtime", "runtimeArgs": [] } } … }
同时自动生成默认挂载目录文件“/etc/ascend-docker-runtime.d/base.list”。
- 执行docker info查看默认Runtime是否为ascend,若是则表示Ascend Docker Runtime安装成功,示例如下加粗部分所示。
... Swarm: inactive Runtimes: ascend runc Default Runtime: ascend Init Binary: docker-init
父主题: 组件状态确认