linux 查看docker容器的系统版本 发布于 2023-02-21 129 次阅读 查看容器的系统版本 cat /etc/issue 查看宿主机的系统版本 cat /proc/version 或 uname -a
Comments NOTHING