Docker應用系列(六)| 如何去掉sudo及避免權限問題

1、如何在使用docker時去掉sudo

一、添加帳戶html

$ sudo groupadd dockerlinux

 

二、受權給docker帳戶docker

sudo gpasswd -a yourname dockershell

 

三、重啓dockerpost

sudo service docker restarturl

 

四、退出shell 從新進入rest

2、避免權限問題

若出現 docker chown: changing ownership of ' ***': Permission denied 這樣的報錯,檢查下selinux是否爲開啓,如果則關閉之。code

相關文章
相關標籤/搜索