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

I got an error when I run docker-compose up #720

Open
lazyjean opened this issue Aug 31, 2024 · 2 comments
Open

I got an error when I run docker-compose up #720

lazyjean opened this issue Aug 31, 2024 · 2 comments
Labels
pending author feedback Waiting for the issue author to get back to a maintainer with findings, more details, etc...

Comments

@lazyjean
Copy link

I clone this repository on my local machine. I do these steps as bellow:
cd <local_repo>/compose
docker-compose up

output:
[+] Running 1/0
✔ Container compose-kong-1 Created 0.0s
Attaching to compose-kong-1
compose-kong-1 | exec /docker-entrypoint.sh: operation not permitted
compose-kong-1 exited with code 0

envirienment:
OS: ubuntu desktop 24.04
docker info:
Client:
Version: 24.0.5
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.11.2
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.20.3
Path: /usr/libexec/docker/cli-plugins/docker-compose

Server:
Containers: 43
Running: 0
Paused: 0
Stopped: 43
Images: 61
Server Version: 24.0.5
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false

@Water-Melon
Copy link

compose-kong-1 | exec /docker-entrypoint.sh: operation not permitted

Hi @lazyjean, could you try running it again as the root user?

@gszr
Copy link
Member

gszr commented Oct 23, 2024

This is appearing to be a Docker installation / configuration issue rather than in our compose file. @lazyjean can you verify your running user is part of the docker group?

@gszr gszr added the pending author feedback Waiting for the issue author to get back to a maintainer with findings, more details, etc... label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending author feedback Waiting for the issue author to get back to a maintainer with findings, more details, etc...
Projects
None yet
Development

No branches or pull requests

3 participants