在输入命令的过程中一直报错:
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/mysql8.0/json: dial unix /var/run/docker.sock: connect: permission denied
原因是我登陆的ubutun账号不是root,所以执行命令启动某个东西的时候一直抱着个错,
后来把命令前面价格sudo 之后就可以了
Ubuntu16.4:Got permission denied while trying to connect to the Docker daemon socket

相关文章:

  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2021-11-19
  • 2022-01-06
  • 2021-10-12
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-10-20
  • 2021-07-11
相关资源
相似解决方案