반응형
Docker Solution - mount failed: Operation not permitted
docker 컨테이너에 privilege 권한을 줘야한다!
docker run --privileged ~~ 의 형태로 컨테이너를 생성해야함
아래는 해결하는 과정에서 도움됐던 URL
(Privilege permission should be given to docker containers!
Container must be created in the form of docker run --privileged ~~
Below is the URL that was helpful during the resolution process)
https://stackoverflow.com/questions/24614513/can-not-unmount-a-device-using-umount-in-docker
반응형