5 lines
38 B
Docker
5 lines
38 B
Docker
|
FROM influxdb:latest
|
||
|
COPY rootfs /
|
||
|
|
||
|
|