Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: Error response from daemon: OCI runtime create failed #22

Open
faaafo opened this issue Dec 29, 2020 · 1 comment
Open

docker: Error response from daemon: OCI runtime create failed #22

faaafo opened this issue Dec 29, 2020 · 1 comment

Comments

@faaafo
Copy link

faaafo commented Dec 29, 2020

I couldn't find any installation instruction like git clone or docker pull
thus I guessed some steps and muddled them together with the instruction on the readme.md

Set the initial environment variables

SOURCE_DIRECTORY="$HOME/Pictures/stilllifes"
DESTINATION_DIRECTORY="/var/tmp/my_web_sitelen_mute_photo_album"

Check the SOURCEDIRECTORY with pictures

ls -ld $SOURCE_DIRECTORY/*jpg

Get the docker container

sudo systemctl start docker
sudo docker pull kensanata/sitelen-mute #250MB :/

Results

latest: Pulling from kensanata/sitelen-mute
Digest: sha256:3fe669fdc91a2f28f9f913b4125605ed7dff73bca9d811ce695ddc1e1f42107c
Status: Image is up to date for kensanata/sitelen-mute:latest
docker.io/kensanata/sitelen-mute:latest

Generate gallery with face detection enabled

sudo docker run --rm -it -u $(id -u):$(id -g) -v "$SOURCE_DIRECTORY":/mnt:ro \
  -v "`dirname $DESTINATION_DIRECTORY`":/destination kensanata/sitelen-mute \
  /mnt /destination/`basename $DESTINATION_DIRECTORY`-1 -f -j $(nproc)

Results:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: exec: "sitelen-mute": executable file not found in $PATH: unknown.
@paternal
Copy link

paternal commented Aug 2, 2021

Same error here… The Docker image seems broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants