sudo groupadd docker  # 添加group

sudo gpasswd -a think docker  # 添加用户到组

sudo service docker restart

newgrp docker # 更新用户组

相关文章:

  • 2021-06-02
  • 2021-04-24
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-06-29
  • 2022-01-25
  • 2021-12-17
  • 2022-02-16
相关资源
相似解决方案