EugenMayer / docker-image-s3fs

Mount amazon s3 folder into a container and export it as a volume
22 stars 9 forks source link

Error running docker-image-s3fs #2

Open skynet opened 5 years ago

skynet commented 5 years ago

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

EugenMayer commented 5 years ago

Sorry i am currently not actively maintaining this, if you like to patch this, i am happy to merge that.

The above states, that the CMD or entrypoint binary / script has either not been found or the shebang cannot be fullfulled, e.g. is required but not available.