-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I am installing on Ubuntu 24 and docker Docker version 28.4.0, build d8eb465.
I am new to containers and docker.
I am following instructions in the README.md. I can install the InfluxDB core, apply the token in the .env file.
When I run the command to download and install the Telegraf container it seems to kill the InfluxDB container then produce a lot of errors:
Recreating 9517f7c2a33e_influxdb3-core ...
ERROR: for 9517f7c2a33e_influxdb3-core 'ContainerConfig'
ERROR: for influxdb3-core 'ContainerConfig'
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 33, in
sys.exit(load_entry_point('docker-compose==1.29.2', 'console_scripts', 'docker-compose')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 81, in main
command_func()
File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 203, in perform_command
handler(command, command_options)
File "/usr/lib/python3/dist-packages/compose/metrics/decorator.py", line 18, in wrapper
result = fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1186, in up
to_attach = up(False)
I am not sure if I am doing something wrong or there is something else going with the install.