SuperAGI icon indicating copy to clipboard operation
SuperAGI copied to clipboard

Unable to kill SuperAGI docker container

Open mramitdas opened this issue 1 year ago • 9 comments

image

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

mramitdas avatar Jun 26 '23 12:06 mramitdas

Can you try docker compose down?

neelayan7 avatar Jun 26 '23 12:06 neelayan7

image

Can you try docker compose down?

mramitdas avatar Jun 26 '23 12:06 mramitdas

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

luciferlinx101 avatar Jun 26 '23 19:06 luciferlinx101

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

image

mramitdas avatar Jun 27 '23 02:06 mramitdas

Can you try using commands as with sudo like sudo docker stop .. etc.

luciferlinx101 avatar Jun 27 '23 02:06 luciferlinx101

Can you try using commands as with sudo like sudo docker stop .. etc.

image

mramitdas avatar Jun 27 '23 03:06 mramitdas

Can you try deleting the "current" file from .docker/buildx in your system? Run docker compose up --build and check.

neelayan7 avatar Jun 27 '23 06:06 neelayan7

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

Autocop-Agent avatar Jun 27 '23 08:06 Autocop-Agent

Is this solved? @mramitdas ?

neelayan7 avatar Jul 04 '23 12:07 neelayan7

Closing this issue for now. Please reopen if required

coder5492 avatar Oct 03 '23 01:10 coder5492