amir20 / dozzle

Realtime log viewer for docker containers.
https://dozzle.dev/
MIT License
5.7k stars 287 forks source link

Is there only a version of the AMR architecture available?Mine is based on the AMD64 architecture #3149

Closed liutianping0326 closed 1 month ago

liutianping0326 commented 1 month ago

🔍 Check for existing issues

How is Dozzle deployed?

Agents

📦 Dozzle version

amir20/dozzle:agent

✅ Command used to run Dozzle

docker run --name dozzle -d --restart=always -v /var/run/docker.sock:/var/run/docker.sock -p 7007:7007 amir20/dozzle:agent agent --hostname 10.0.31.55

🐛 Describe the bug / provide steps to reproduce it

Is there only a version of the AMR architecture available?Mine is based on the AMD64 architectur

💻 Environment

None

📸 If applicable, add screenshots to help explain your bug

image

📜 If applicable, attach your Dozzle logs. You many need to enable debug mode. See https://dozzle.dev/guide/debugging.

None

amir20 commented 1 month ago

You are not using a valid version. amir20/dozzle:agent was just for testing. Use amir20/dozzle:latest.

amir20 commented 1 month ago

Did I mess up the documentation somewhere? Hopefully not.

amir20 commented 1 month ago

Looks like I have a typo here https://dozzle.dev/guide/agent#changing-agent-s-name. Going to fix that.