摘要:
官方文档地址:Linux post-installation steps for Docker Engine | Docker Documentation 官方文档权限介绍The Docker daemon binds to a Unix socket instead of a TCP port. 阅读全文
摘要:
1.提示 xxx is not in the sudoers file. This incident will be reported. 解决方法就是在/etc/sudoers文件里给该用户添加权限。如下: 1.切换到root用户下 2./etc/sudoers文件默认是只读的,对root来说也是, 阅读全文