SuperAGI
SuperAGI copied to clipboard
Unable to kill SuperAGI docker container
please refer to below back trace
Gracefully stopping... (press Ctrl+C again to force) Aborting on container exit... [+] Stopping 2/2 [+] Stopping 2/2eragi-celery-1 Error while Stopping 14.2s [+] Stopping 2/2eragi-celery-1 Error while Stopping 14.2s ✘ Container superagi-celery-1 Error while Stopping
Can you try docker compose down?
Can you try docker compose down?
Try following commands
docker ps
- To list the containers running
docker stop <container_id>
- To gracefully stop a particular container id
docker kill <container_id>
- To force stop
Try following commands
docker ps
- To list the containers runningdocker stop <container_id>
- To gracefully stop a particular container iddocker kill <container_id>
- To force stop
Can you try using commands as with sudo
like sudo docker stop .. etc.
Can you try using commands as with
sudo
like sudo docker stop .. etc.
Can you try deleting the "current" file from .docker/buildx in your system? Run docker compose up --build and check.
If you have a snap installed version of docker, you can do, sudo aa-remove-unknown
, it will remove unknown snap packages and you can do sudo docker compose down
after that
Is this solved? @mramitdas ?
Closing this issue for now. Please reopen if required