We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加用户组
sudo groupadd docker
给用户组添加用户
sudo usermod -aG docker $USER
刷新用户组(非常重要,不然还是会permission denied )
newgrp docker
准备好使用了
docker ps -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
添加用户组
给用户组添加用户
sudo usermod -aG docker $USER
刷新用户组(非常重要,不然还是会permission denied )
准备好使用了
The text was updated successfully, but these errors were encountered: