• 0 Posts
  • 2 Comments
Joined 2 months ago
cake
Cake day: August 23rd, 2024

help-circle

  • DevKaytoTailscaleGit SSH through docker sidecar?
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Not familiar with gogs, but SSHing into a container is usually not necessary. Should be able to SSH into the host and run docker exec -it commands instead, which is much simpler. If you absolutely have to SSH into the container it should be doable by exposing port 22 on the service and coming up as a tailnet ssh node