glance
glance copied to clipboard
Cant run docker image on windows
Hi, I was trying to run the image on windows. I got this error in container logs "failed parsing config file: read glance.yml: is a directory" and status was Exited (1).
I used this command
docker run -d -p 8080:8080 -v ./glance.yml:/app/glance.yml -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro glanceapp/glance
Looks like a useful thing to have on my pc. Can't wait to try it.