πŸ”ŒHow to Shutdown

πŸ›‘ Simple Shutdown

Enter the following command in the terminal to stop the container:

docker stop neuralpro-integrated
image-windows-close

πŸ—‘οΈ Complete Removal

πŸ“ Step 1: Stop the Container

Enter the following command in the terminal to stop the container:

docker stop neuralpro-integrated
image-windows-close

πŸ“ Step 2: Remove the Container

Enter the following command in the terminal to remove the container:

docker rm neuralpro-integrated
image-windows-rm

πŸ“ 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
image-windows-rm

πŸ–₯️ ARM (MacOS M chip/Windows/Linux)

docker rmi neuralpro/neuralpro-arm:v1
image-macos-rmi

Last updated