How to Properly Set Up Tailscale in Docker?

0
49
Asked By TechieGamer77 On

I'm new to Docker and NAS setups, and I've successfully configured Tailscale on my dxp4800+. It's running well as an image, but I've noticed it isn't showing up as a container like my Jellyfin does. Is it necessary for Tailscale to show up as a container? Without it being a container, I'm missing options in the menu, which is concerning since Tailscale has a security update I can't access through the Docker interface. Also, I need to figure out how to change my Tailscale image installation from :latest to :stable. Should I wait for it to automatically update, or is there a specific action I need to take? Any guidance would be appreciated!

1 Answer

Answered By NerdyDockerGuy On

It looks like Tailscale might not be properly set up if you're only seeing it as an image and not as a container. When using Docker, the containers are what actually run the app. Make sure you’ve followed the proper setup for it. According to Tailscale documentation, their Docker images are meant to run as containers to expose your applications to your Tailscale network. Check out their guides on this for more details.

FutureGeek01 -

Thanks for pointing that out! Just getting acclimated, so this helps a lot.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.