當Docker容器無法透過指令開啟時
docker start "CONTAINER ID"
並出現錯誤訊息
Error response from daemon: AppArmor enabled on system but the docker-default profile could not be loaded: running `apparmor_parser apparmor_parser --version` failed with output: error: exec: "apparmor_parser": executable file not found in $PATH
可能是apparmor套出現問題,重新安裝apparmor套件
apt install apparmor -y
並同意安裝套件維護者所提供的版本
參考網址
https://stackoverflow.com/questions/58393628/docker-error-response-from-daemon-apparmor-enabled-on-system-but-the-docker-de
沒有留言:
張貼留言