I got an error when I run docker-compose up
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
compose-kong-1 | exec /docker-entrypoint.sh: operation not permitted
Hi @lazyjean, could you try running it again as the root user?
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?