Complete Session

Exit and clear the docker container used to run the session

After a session session is complete, it is important to stop the Docker container and clean it up before moving on to a new session. This ensures that the container does not stay open unnecessarily. Follow the steps below to complete that task

If inside the container:

exit

After exiting the container:

docker container stop $SILO_NAME
docker container rm $SILO_NAME

Last updated