I have installed and uninstalled SCT for several times. After I typed mkdir test, I didn’t see new folder in C:/Users/docker_folder_shared. So I just tried to run
docker-machine stop
bash: docker-machine: command not found.
I tried to skip this step for several times, just continued to run following steps mentioned in https://github.com/neuropoly/sct_docker#installation.
It worked in some way, however, the result of running
ssh -Y -p 2222 sct@127.0.0.1
command refused
Plus, when I was running:
docker run -p 2222:22 --rm -it -v ~/docker_shared_folder://home/sct/docker_shared_folder neuropoly/sct:sct-4.0.0-official
docker: command not found.