我打算使用 Laravel,我想使用 laradock。经过一些成功的设置过程。
我本来想跑docker-compose up
,但我得到了这个错误
Building ide-theia
Step 1/3 : FROM theiaide/theia
---> 40a7b9da8cae
Step 2/3 : LABEL maintainer="ahkui <ahkui@outlook.com>"
---> Using cache
---> d9d45043f719
Step 3/3 : RUN echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf
---> Running in 4dd5bcc59773
/bin/sh: can't create /etc/sysctl.conf: Permission denied
ERROR: Service 'ide-theia' failed to build: The command '/bin/sh -c echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf' returned a non-zero code: 1
我不知道为什么。不管我用过sudo
或没用过,错误仍然出现。