hotfix: update docker latest notification

pull/6439/head
Scott Anderson 2025-10-01 10:16:10 -06:00
parent 1b1e78eb0b
commit 90a36ecf67
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@
InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in
your Docker deployments. For example, if using Docker to run InfluxDB v2,
replace the `latest` version tag with a specific version tag in your Docker
run command--for example:
pull command--for example:
```sh
docker run influxdb:2
docker pull influxdb:2
```