We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d463f86 + 675634b commit 91b6534Copy full SHA for 91b6534
1 file changed
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:latest
11
+```
0 commit comments