git clone in the readme should use https:// URL
Closed this issue · 2 comments
timhunt commented
I coudl not just copy-paste because I don't have write access to this repo.
timhunt commented
Also, for me
docker run --name db0 -p 1521:1521 moodlehq/moodle-db-oracle-r2
is failing, with
$ docker run --name db0 -p 1521:1521 moodlehq/moodle-db-oracle-r2
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create?name=db0: dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
stronk7 commented
Hi @timhunt,
thanks for the report!
I've just merged #12 that fixes the URL. Also, I've tried here the image, ensuring that I'm using the repository one... and it's working without problems here. That error looks like something wrong in your local files via socket?
I think I'm going to close this now. If there is anything else we can try or do, let me know.
Ciao :-)
