@@ -16,10 +16,10 @@ WARNING:
16
16
17
17
# Quick reference
18
18
19
- - ** Maintained by** :
19
+ - ** Maintained by** :
20
20
[InfluxData](https://github.com/influxdata/influxdata-docker)
21
21
22
- - ** Where to get help** :
22
+ - ** Where to get help** :
23
23
[the Docker Community Slack](https://dockr.ly/comm-slack), [Server Fault](https://serverfault.com/help/on-topic), [Unix & Linux](https://unix.stackexchange.com/help/on-topic), or [Stack Overflow](https://stackoverflow.com/help/on-topic)
24
24
25
25
# Supported tags and respective ` Dockerfile ` links
@@ -47,21 +47,21 @@ WARNING:
47
47
48
48
# Quick reference (cont.)
49
49
50
- - ** Where to file issues** :
50
+ - ** Where to file issues** :
51
51
[https://github.com/influxdata/influxdata-docker/issues](https://github.com/influxdata/influxdata-docker/issues)
52
52
53
- - ** Supported architectures** : ([ more info] ( https://github.com/docker-library/official-images#architectures-other-than-amd64 ) )
53
+ - ** Supported architectures** : ([ more info] ( https://github.com/docker-library/official-images#architectures-other-than-amd64 ) )
54
54
[`amd64`](https://hub.docker.com/r/amd64/influxdb/), [`arm32v7`](https://hub.docker.com/r/arm32v7/influxdb/), [`arm64v8`](https://hub.docker.com/r/arm64v8/influxdb/)
55
55
56
- - ** Published image artifact details** :
57
- [repo-info repo's `repos/influxdb/` directory](https://github.com/docker-library/repo-info/blob/master/repos/influxdb) ([history](https://github.com/docker-library/repo-info/commits/master/repos/influxdb))
56
+ - ** Published image artifact details** :
57
+ [repo-info repo's `repos/influxdb/` directory](https://github.com/docker-library/repo-info/blob/master/repos/influxdb) ([history](https://github.com/docker-library/repo-info/commits/master/repos/influxdb))
58
58
(image metadata, transfer size, etc)
59
59
60
- - ** Image updates** :
61
- [official-images repo's `library/influxdb` label](https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Finfluxdb)
60
+ - ** Image updates** :
61
+ [official-images repo's `library/influxdb` label](https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Finfluxdb)
62
62
[official-images repo's `library/influxdb` file](https://github.com/docker-library/official-images/blob/master/library/influxdb) ([history](https://github.com/docker-library/official-images/commits/master/library/influxdb))
63
63
64
- - ** Source of this description** :
64
+ - ** Source of this description** :
65
65
[docs repo's `influxdb/` directory](https://github.com/docker-library/docs/tree/master/influxdb) ([history](https://github.com/docker-library/docs/commits/master/influxdb))
66
66
67
67
# InfluxDB
@@ -158,8 +158,7 @@ $ docker exec influxdb2 influx setup \
158
158
--username $USERNAME \
159
159
--password $PASSWORD \
160
160
--org $ORGANIZATION \
161
- --bucket $BUCKET \
162
- --setup
161
+ --bucket $BUCKET
163
162
```
164
163
165
164
Running setup from within the container will cause CLI configs to be written to ` /etc/influxdb2/influx-configs ` . You can then use the ` influx ` CLI from within the container to extract the generated admin token:
0 commit comments