MARMOTTA-621: added docker hub instructions
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/0eba24fc Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/0eba24fc Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/0eba24fc Branch: refs/heads/develop Commit: 0eba24fc7de7d23b807350172c2e05a5f2e408d4 Parents: 02d04c4 Author: Sergio Fernández <[email protected]> Authored: Wed Dec 16 13:23:45 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Dec 16 13:23:45 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/0eba24fc/libraries/ostrich/README.md ---------------------------------------------------------------------- diff --git a/libraries/ostrich/README.md b/libraries/ostrich/README.md index b94fdf4..6352f21 100644 --- a/libraries/ostrich/README.md +++ b/libraries/ostrich/README.md @@ -54,10 +54,14 @@ The binary accepts many different options. Please see `--help` for details. ## Running Docker -The C++ backend can be ran in the provided Docker image. Just build it: +The C++ backend can be ran in the provided Docker image. You can build it: docker build -t apachemarmotta/ostrich . +Or fetch it [from Docker Hub](https://hub.docker.com/r/apachemarmotta/ostrich/): + + docker pull apachemarmotta/ostrich + Then you can run Ostrich as a container: docker run -t -d -p 10000:10000 apachemarmotta/ostrich
