Skip to content

Commit c2721f4

Browse files
committed
Connect: Add include snippet about starting CrateDB
1 parent 5f5906b commit c2721f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/connect/_cratedb.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
orphan: true
3+
---
4+
Start CrateDB using Docker or Podman, then invoke the example program.
5+
```shell
6+
docker run --rm --publish=5432:5432 docker.io/crate '-Cdiscovery.type=single-node'
7+
```

0 commit comments

Comments
 (0)