본문 바로가기

linux/docker

docker OCI runtime create failed, exec: "source": executable file not found in $PATH: unknown. 오류

728x90

52c5136361900afebd36e8e8f463c681928917cae520f9ce6a40b09d8ee3c226
docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "source": executable file not found in $PATH: unknown.

 

exec: "source": executable file not found in $PATH: unknown.

 

위 에러가 발생.

docker run -it -d --name test container2

 

위와 같이 명령어 입력 후 발생한 에러

 

docker run -it -d --name test container2 /bin/bash

 

명령어 끝에 /bin/bash 붙여주면 에러 해결

728x90

'linux > docker' 카테고리의 다른 글