We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8350d8 commit 3495786Copy full SHA for 3495786
README.md
@@ -1,2 +1,14 @@
1
+
2
+
3
# sdaas-rdfstore
-A dockerized blazegraph instance certified for sdaas used
4
+Run a dockerized blazegraph instance certified for sdaas
5
6
+Derived from the [lyrasis/blazegraph project](https://github.com/lyrasis/docker-blazegraph)
7
8
+## Quickstart
9
10
+```bash
11
+docker build -t sdaas-rdfstore .
12
+docker run --name blazegraph -d -p 8889:8080 sdaas-rdfstore
13
+docker logs -f blazegraph
14
+```
0 commit comments