프로그래밍/Docker

[docker] Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"--name\": executable file not found in $PATH": unknown.

Hithero 2019. 4. 20. 20:18

 

에러

Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"--name\": executable file not found in $PATH": unknown.

계속 이 에러가 뜨는 이유가 뭘까

상황

이미지 빌드하고 

docker run -p 49160:8080 -d node-web-app --name node_web 

하려는 상황

해결법

docker run -p 49160:8080 -d node-web-app 
$ docker container rename elated_mahavira(자동으로 지어진 이름) node_web

원인

은 아직 못 찾았따...

 

 

728x90
반응형