4 lines
80 B
Bash
4 lines
80 B
Bash
docker run -p 8086:8086 \
|
|
-v $PWD:/var/lib/influxdb2 \
|
|
influxdb:2.0
|