I'm using command:
sudo docker exec -it 70f898d63375 sh
to enter inside my docker with container id mentioned above. But I'm getting error:
OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caused: exec: "ls": executable file not found in $PATH: unknown
I tried other similar solutions for it like changing sh to bash, /bin/bash,/bin/sh, //bin//sh,//bin//bash, but none of them worked. Further, none of the similar solutions were regarding
container_linux.go:370:
Help me with it.