Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker related doc #1421

Merged
merged 8 commits into from
Mar 14, 2024
Merged

Update docker related doc #1421

merged 8 commits into from
Mar 14, 2024

Conversation

Milokita
Copy link
Contributor

@Milokita Milokita commented May 5, 2023

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

Milokita added 3 commits May 5, 2023 10:56
without changing the unix socket location, the docker container will fail to launch and gives error `FTL go/src/headscale/cmd/headscale/cli/server.go:26 > Error starting server error="failed to set up gRPC socket: listen unix /var/run/headscale/headscale.sock: bind: no such file or directory"`
Copy link
Collaborator

@ohdearaugustin ohdearaugustin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should first resolve #1417 and then see how we will do it.

docs/running-headscale-container.md Outdated Show resolved Hide resolved
@@ -66,6 +66,8 @@ db_type: sqlite3
db_path: /etc/headscale/db.sqlite
```

Change the `unix_socket: /var/run/headscale/headscale.sock` to `unix_socket: ./headscale.sock` for gRPC socket if you encounter `Error starting server error="failed to set up gRPC socket` related error
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently discussed in #1417

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should introduce it as a temporarily fix for docker users?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now obsolete due to #1450.

Copy link
Contributor Author

@Milokita Milokita May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I have already removed this section
f2dfe5b

@kradalby kradalby requested a review from ohdearaugustin March 14, 2024 10:23
@ohdearaugustin ohdearaugustin self-assigned this Mar 14, 2024
@ohdearaugustin ohdearaugustin merged commit b477e5f into juanfont:main Mar 14, 2024
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants