We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854efc4 commit b51d79bCopy full SHA for b51d79b
commands/qdrant/docker-run.md
@@ -0,0 +1,11 @@
1
+---
2
+repo: "https://github.com/qdrant/qdrant"
3
+category: "Database"
4
+logo: null # Optional - provide URL to logo if available
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run -p 6333:6333 qdrant/qdrant
11
+```
0 commit comments