docker run -d --name influxdb \ -p 8086:8086 -p 8083:8083 \ -e INFLUXDB_HTTP_AUTH_ENABLED=true \ -e INFLUXDB_ADMIN_ENABLED=true -e INFLUXDB_ADMIN_USER=admin -e ...
Enter a Username for your initial user. Enter a Password and Confirm Password for your user. Enter your initial Organization Name. Enter your initial Bucket Name. Click Continue.