I have downloaded the .tar file from Docker website and unzip and configure to linux (I do not have internet on server).Besides, I configured docker in my local machine(with Internet) and created a docker image of Hello-world sample and save it as .tar file.
now I have taken this image on my server machine (without Internet) and try to execute it getting error :
container_linux.go:247: starting container process caused “exec: "cmd": executable file not found in $PATH”
docker: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused “exec: "cmd": executable file not found in $PATH”.
ERRO[0000] error getting events from daemon: net/http: request canceled
Docker Version: 17.03.0-ce