Skip to content

Commit 3495786

Browse files
authored
Update README.md
1 parent f8350d8 commit 3495786

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1+
![logo](http://linkeddata.center/resources/v4/logo/Logo-colori-trasp_oriz-640x220.png)
2+
13
# sdaas-rdfstore
2-
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

Comments
 (0)