mattermost / mattermost/docker
exec user process caused
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 533
- Forks
- 284
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the production deployment guide and the docker-compose.yml and docker-compose.without-nginx.yml files used in the report. Reproduce the deployment and inspect the container logs and the image's init script entry point to determine why the process cannot be executed. Done means identifying the cause and documenting or fixing the deployment so the image starts successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100