Skip to content

Commit 507781a

Browse files
committed
docs: update docker command and picture
Signed-off-by: Otavio Santana <[email protected]>
1 parent e11e671 commit 507781a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Data Driven Test
22
:toc: auto
33

4-
image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
4+
image::http://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL, width=200px]
55

66
**Mongodb**: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.
77

@@ -13,5 +13,5 @@ image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
1313

1414
[source, bash]
1515
----
16-
docker run -d --name mongodb-instance -p 27017:27017 mongo
16+
docker run -d --name oracle-instance -p 8080:8080 ghcr.io/oracle/nosql:latest-ce
1717
----

0 commit comments

Comments
 (0)