Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec user process caused #105

Open
jobiniah opened this issue Aug 6, 2022 · 0 comments
Open

exec user process caused #105

jobiniah opened this issue Aug 6, 2022 · 0 comments

Comments

@jobiniah
Copy link

jobiniah commented Aug 6, 2022

Following the production deployment guide for docker without nginx I executed the following commands

git clone https://github.com/mattermost/docker
cd docker
cp env.example .env
mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes}
sudo chown -R 2000:2000 ./volumes/app/mattermost
sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml up -d

and found the docker image restarting because of this error (using the docker logs command)

standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted
standard_init_linux.go:228: exec user process caused: operation not permitted

a quick search online says this might be related to an error with an init script for the pod?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant