docker-fdroid icon indicating copy to clipboard operation
docker-fdroid copied to clipboard

docker: Error response from daemon: readdirent: not a directory.

Open T-vK opened this issue 8 years ago • 0 comments

I followed the instructions, but as soon as I run the docker run command on the gotsunami/fdroid image, I get an error.

This is the bash script that I used:

mkdir /home/debian/projects/fdroid-repo
APK_REPO=/home/debian/projects/fdroid-repo
docker run -d \
     --name fdroid-repo \
     -v $APK_REPO:/apk/repo \
     config.py:/apk/config.py \
     gotsunami/fdroid

This is the error that I get:

docker: Error response from daemon: readdirent: not a directory.

The nginx docker container runs without any problems and so do all my other docker containers.

Any ideas what could be causing this?

T-vK avatar Aug 19 '17 20:08 T-vK