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

docker bug #352

Open
laoshanxi opened this issue Nov 16, 2024 · 0 comments
Open

docker bug #352

laoshanxi opened this issue Nov 16, 2024 · 0 comments

Comments

@laoshanxi
Copy link
Owner

laoshanxi commented Nov 16, 2024

create a docker app

sudo chmod 777 /var/run/docker.sock
appc add -n mydocker -c 'sleep 30' -d ubuntu

then after 30s, docker hangs

sudo journalctl -u docker.service -f > docker.log
sudo kill -SIGQUIT $DOCKERD_PID

docker.log

docker inspect for start same command by docker run:
docker-run-inspect.json
docker inspect for start same command by app mesh:
my-docker-inspect.json

$ docker version
Client:
 Version:           24.0.7
 API version:       1.43
 Go version:        go1.22.2
 Git commit:        24.0.7-0ubuntu4
 Built:             Wed Apr 17 20:08:25 2024
 OS/Arch:           linux/amd64
 Context:           default

Server:
 Engine:
  Version:          24.0.7
  API version:      1.43 (minimum version 1.12)
  Go version:       go1.22.2
  Git commit:       24.0.7-0ubuntu4
  Built:            Wed Apr 17 20:08:25 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.12
  GitCommit:        
 runc:
  Version:          1.1.12-0ubuntu3
  GitCommit:        
 docker-init:
  Version:          0.19.0
  GitCommit:        

moby/moby#43094

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