From 1dba6cb421e1350e7d5746d65fb187cccd1c36ad Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Sat, 9 Dec 2017 18:08:58 +0000 Subject: [PATCH] Run update.sh --- orientdb/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orientdb/README.md b/orientdb/README.md index 981c5346a..45088b3a8 100644 --- a/orientdb/README.md +++ b/orientdb/README.md @@ -123,3 +123,13 @@ $ docker run -d --name orientdb -p 2424:2424 -p 2480:2480 \ -e ORIENTDB_ROOT_PASSWORD=rootpwd \ orientdb /orientdb/bin/server.sh -Xmx8g ``` + +# License + +View [license information](https://github.com/orientechnologies/orientdb/blob/master/license.txt) for the software contained in this image. + +As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). + +Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's `orientdb/` directory](https://github.com/docker-library/repo-info/tree/master/repos/orientdb). + +As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.