docker installed from dockerhub - gui docker log doesn't show anything


Recommended Posts

i managed to get eclipse-mosquitto docker (the official version from dockerhub) running.

it seems to work. using mqtt explorer i was able to access and see it working.

 

whenever i start a docker i like to view the logs which can be conveniently accessed via the GUI.

but for this docker it doesn't work, i only see an empty log like this:

image.png.02691eec668113f0c259024ea6e2d34c.png

 

i have installed other dockers from dockerhub before and their logs all show up like one would expect.

 

is there some kind of config for getting the gui logs to work?

Link to comment
  • 5 weeks later...

You can find the docker logs here as well:

/var/lib/docker/containers/<container_id>/<container_id>-json.log

 

For getting the container id just run 

docker ps

which will list all your running container, first column is the "shortened" container id

 

 

Just a other question, I faced today the same problem but not only for one container. The logs were not visiable for all containers.

Did this happen to you as well or just the eclipse-mosquitto conatiner ?

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.