Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can’t exec shell into the container #6

Open
klaute opened this issue Jul 25, 2022 · 0 comments
Open

Can’t exec shell into the container #6

klaute opened this issue Jul 25, 2022 · 0 comments

Comments

@klaute
Copy link

klaute commented Jul 25, 2022

Hi,

I‘m facing some problems using the project.
I can‘t exec a shell into the container.

root@host $ ps | grep influxdb
e109955c26b6   grafana/grafana:latest       "/run.sh"                6 days ago     Up 6 days             0.0.0.0:3000->3000/tcp, :::3000->3000/tcp                                              influxdb-grafana-grafana-1
b72fcc84424d   influxdb:latest              "/entrypoint.sh infl…"   6 days ago     Up 6 days             0.0.0.0:8086->8086/tcp, :::8086->8086/tcp                                              influxdb-grafana-influxdb-1

root@host $ docker-compose exec e109955c26b6 /bin/sh
service "e109955c26b6" is not running container #1

The InfluxDB and also the grafana server are both accessible over network.

I have modified the docker-compose file to fix the InfluxDB storage folder to the following setting:

volumes:
������    - ./influxdb-storage:/var/lib/influxdb

But the folder is empty, as before. Also after I have removed the docker container and rebuild it.

This is the reason I try to exec a shell into the container. To debug why the folder is empty. For the grafana storage folder the data is available.

I also tried to execute /bin/bash and other binaries without success.

And I‘m facing the same problem for the grafana container.

The logs do not show up any error message.

I‘m running the container on a Orange Pi One running the latest armbian.

Maybe I can get some support here?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant