Page 1 of 1

Containers missing in Docker Manager

Posted: 07 Jun 2024, 17:19
by ChairmanMao
After installing Tailscale (Using host network. Others are bridge) using docker, all other containers are missing from the Docker Manager. However, they can still be seen in the Overview tab and are working perfectly fine without any issues. Any solution to this issue?

Image
Image

Re: Containers missing in Docker Manager

Posted: 07 Jun 2024, 22:39
by TMzethar
What is the TOS version?
Please try logging in to the backend through SSH/Telnet connection and enter the following command to check the running status of the container:

Code: Select all

docker ps -a

Re: Containers missing in Docker Manager

Posted: 26 Jun 2024, 20:13
by ChairmanMao
TOS Version 5.1.131-00123
All the containers are fully active and running.
Issue is i can't see my other containers when Tailscale is using host instead of bridge network

Re: Containers missing in Docker Manager

Posted: 26 Jun 2024, 21:56
by GevinKe
ChairmanMao wrote: 26 Jun 2024, 20:13
Please confirm whether your Tailscale has been successfully run? Is the network you are currently accessing the same as the network where the NAS is located? You can use the ipconfig command to check the network information and ping the IP address of the container running on the Bridge network to see if it can be pinged successfully.

Re: Containers missing in Docker Manager

Posted: 25 Aug 2024, 14:54
by ChairmanMao
Yes, they are indeed fully working. I ended installing the Tailscale app from App Center so i can still see my containers in Docker Manager.

Thank you.