본문 바로가기

기초 공부/상식

Docker MYSQL 컨테이너에서 "mbind: Operation not permitted" 해결

728x90

자빅스를 구동시키던 컨테이너를 망가뜨려서 재 설치를 하던 중 MYSQL 컨테이너에서 다음과 같은 로그를 확인했다.

 

 

mbind: Operation not permitted

mbind: Operation not permitted

mbind: Operation not permitted

mbind: Operation not permitted

mbind: Operation not permitted

 

 

서칭결과 요약하면

 

 

docker run --cap-add=sys_nice -d mysql

 

컨테이너 실행시 다음과 같은 옵션을 추가해주면된다.

반응형