Answer the question
In order to leave comments, you need to log in
Why does an error occur when working with an image?
I'm trying to deal with docker
so I created a Dockerfile
FROM ubuntu
MAINTAINER DKA DEVELOP <[email protected]>
RUN apt-get update && apt-get install -y cowsay && ln -s /usr/game/cowsay /usr/bin/cowsay
ENTRYPOINT ["cowsay"]
docker build -t sergalas/test-container
docker run sergalas/test-container "test"
docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"cowsay\": executable file not found in $PATH": unknown.
ERRO[0001] error waiting for container: context canceled
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question