orientechnologies / orientdb-docker

OrientDB running in a docker container
MIT License
63 stars 63 forks source link

website: download-page has wrong docker run code (typo) #20

Closed shnydercom closed 7 years ago

shnydercom commented 7 years ago

There is a tiny typo on this webpage: http://orientdb.com/download/ if you copy the docker-run code, it shows two different kinds of dashes for --name, like so: docker run -d —-name orientdb -p 2424:2424 -p 2480:2480 -e ORIENTDB_ROOT_PASSWORD=root orientdb:latest I'm using chrome with Windows 10. Using the same dash as with the other parameters solves it. Unfortunately it's at a point where beginners might stumble over that

robfrank commented 7 years ago

The site is now fixed. Sorry for the inconvenience and thank you very much for the issue.