DEV Community

Cover image for Devika - docker
KIranuknow
KIranuknow

Posted on

4

Devika - docker

Earlier in my post, I have given step by step instructions to install Devika locally.

Here I can give you some information to stop the containers.

Check for running containers in docker

sudo docker container ls
Enter fullscreen mode Exit fullscreen mode

Stop containers with container name

sudo docker container stop devika-ollama-service-1
sudo docker container stop devika-devika-frontend-app-1
sudo docker container stop devika-devika-backend-engine-1
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay