We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5906b commit c2721f4Copy full SHA for c2721f4
docs/connect/_cratedb.md
@@ -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