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

Docker runs but no Logs #687

Open
ChristianErdtmann opened this issue Oct 3, 2023 · 2 comments
Open

Docker runs but no Logs #687

ChristianErdtmann opened this issue Oct 3, 2023 · 2 comments

Comments

@ChristianErdtmann
Copy link

ChristianErdtmann commented Oct 3, 2023

Hey i followed the steps descibet at:
https://docs.nano.org/running-a-node/node-setup/#step-1-install-docker

I use a fresh installed Ubuntu Linux and hardware match all requirements.
The Doker is running and i get no Erros how you can see:
root@ubuntu:~/NanoMasternode# docker run --restart=unless-stopped -d -p 7075:7075 -p 127.0.0.1:7076:7076 -p 127.0.0.1:7078:7078 -v /root/NanoMasternode:/root --name nano_node_container_new2 nanocurrency/nano:V22.1
89aad3dd8fa82614bbd805c95c9ccf5ba24022b12129f0a19c30c52cc5200316

and it created a "Nano" folder in the "HOST_DIRECTORY" and counters.stat and samples.stat.
In the Nano folder i found the "log" file.... but its empty .... if i follow the steps on the docs there should be entries.

Any idea whats wrong with the Docker Image?

@ChristianErdtmann
Copy link
Author

Its running so if i count i see its running

@adrianegraphene
Copy link

adrianegraphene commented Oct 3, 2023

It can take a while sometimes. If you type

sudo docker ps -a

You should be able to see how long that image has been running. What do you see when you run that command?

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

2 participants