Try to get into the shawdowsocks container created by docker.
Found this command:
docker exec -it
It didn’t work. And I found this:
https://mkyong.com/docker/docker-exec-bash-executable-file-not-found-in-path/
Noticed not every image is using the bash shell.
Then tried this:
docker exec -it
It actually worked.