摘要:
需要在cmd中执行 wsl.exe --install --no-distributionwsl --import rocky9 D:\rocky9 D:\Rocky-9-Container-Base.latest.x86_64.tar.xz 阅读全文
摘要:
https://blog.51cto.com/u_16099262/6928212 https://blog.csdn.net/easylife206/article/details/125093122 https://github.com/containers/skopeo 1 安装 dnf -y 阅读全文
摘要:
一. Docker-compose部署ldap 参考:https://blog.csdn.net/yhl18931306541/article/details/128253735 1.部署服务端 docker run \ -d \ -p 389:389 \ -p 636:636 \ -v /usr/ 阅读全文