prior-art-archive / query-parser-docker

Dockerized version of the parser (starting w v1)
1 stars 0 forks source link

Docker permissions error #5

Closed slifty closed 5 years ago

slifty commented 5 years ago

When running the command: docker run -p 5000:5000 -d --env-file config/properties.env uspto-docker-searchui

The following error crops up:

docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"bin/startup.sh\": permission denied": unknown.
slifty commented 5 years ago

After fixing the permission error (commit incoming -- the script is not executable right now), there was a new issue around a file that could not be found. The issue was that ^M characters were in the startup.sh script.

slifty commented 5 years ago

The container now builds and runs!