docs: update Docker image name for jaguardb setup (#32438)

**Description**
Updated the quick setup instructions for JaguarDB in the documentation.
Replaced the outdated Docker image `jaguardb/jaguardb_with_http` with
the current recommended image `jaguardb/jaguardb` for pulling and
running the server.
This commit is contained in:
Tianyu Chen 2025-08-07 23:23:29 +08:00 committed by GitHub
parent a647073b26
commit 8493887b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,8 @@
" Please refer to the instructions in:\n", " Please refer to the instructions in:\n",
" [www.jaguardb.com](http://www.jaguardb.com)\n", " [www.jaguardb.com](http://www.jaguardb.com)\n",
" For quick setup in docker environment:\n", " For quick setup in docker environment:\n",
" docker pull jaguardb/jaguardb_with_http\n", " docker pull jaguardb/jaguardb\n",
" docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb_with_http jaguardb/jaguardb_with_http\n", " docker run -d -p 8888:8888 -p 8080:8080 --name jaguardb jaguardb/jaguardb\n",
"\n", "\n",
"2. You must install the http client package for JaguarDB:\n", "2. You must install the http client package for JaguarDB:\n",
" ```\n", " ```\n",