I intended to use Laravel and I wanted to use laradock. After some successful setup processes.
I meant to run docker-compose up
but I got this error
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
I didn't know why. No matter I used sudo
or didn't, the error still appeared.