πHow to Shutdown
π Simple Shutdown
Enter the following command in the terminal to stop the container:
docker stop neuralpro-integrated

ποΈ Complete Removal
π Step 1: Stop the Container
Enter the following command in the terminal to stop the container:
docker stop neuralpro-integrated

π Step 2: Remove the Container
Enter the following command in the terminal to remove the container:
docker rm neuralpro-integrated

π Step 3: Remove the Image
Enter the following command in the terminal to remove the image:
π» AMD (MacOS Intel chip/Windows/Linux)
docker rmi neuralpro/neuralpro-amd:v1

π₯οΈ ARM (MacOS M chip/Windows/Linux)
docker rmi neuralpro/neuralpro-arm:v1

Last updated