December 9, 201510 yr Hi - finally had time to upgrade to V6 - and so far it's great. I'm having one major issue - I'm not sure how to troubleshoot the dockers. I have been using the linuxserver dockers and the plex one was perfect, but some of the others (plexpy, sickbeard) don't seem to start up. I've dealt with several of these app issues before, but I can't figure out how to troubleshoot them in docker? Where would I see any errors from the start up command? How to i access the container file system to see log files? Any help would be greatly appreciated. Cheers!
December 9, 201510 yr Community Expert If you click on the icon for the container, you will get a menu for that container. One of the items in the menu is Logs. This will show you the startup logs. Within the application itself, if it is writing logs to one of the folders you have mapped to the host you should be able to see them there. docker exec -it container-name bash will give you a bash session inside a container.
Archived
This topic is now archived and is closed to further replies.