sysctl: setting key "fs.inotify.max_user_watches": Read-only file system

1 개요[ | ]

sysctl: setting key "fs.inotify.max_user_watches": Read-only file system
root@wsl:~# docker run -it ubuntu
root@6f5e0f352c6e:/# sysctl -a | grep fs.inotify.max_user_watches
fs.inotify.max_user_watches = 524288
root@6f5e0f352c6e:/# sysctl -w fs.inotify.max_user_watches=1048576
sysctl: setting key "fs.inotify.max_user_watches", ignoring: Read-only file system
root@6f5e0f352c6e:/# exit
exit
root@wsl:~# docker run -it --privileged ubuntu
root@f6bb38e9c083:/# sysctl -w fs.inotify.max_user_watches=1048576
fs.inotify.max_user_watches = 1048576

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}