Skip to content

bug: The Docker quickstart was incorrect and would fail - no --access-url specified and --address was incorrect #3396

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

Merged
merged 1 commit into from
Aug 7, 2022

Conversation

sharkymark
Copy link
Contributor

The Docker quickstart was incorrect and would fail without a correct --address and --access-url

This was discovered during Discord help channel debugging of a blocked user trying to build a workspace on a docker host, where it was hanging at the connecting phase in the agent

Adding an --address 0.0.0.0:7080 and an --access-url http://localhost:7080 unblocked the user.

The previous doc used verbiage such as access URL but was incorrectly specifying the --address or -a instead so there was no way for the workspace agent to communicate with the server. The existing quickstart actually failed at coder server

Also using --address with localhost:7080 does not work either. 127.0.0.1 and 0.0.0.0 work

This PR:

  1. Corrects the coder server parameters
  2. Updates the screenshots to the new blue-ish coloring

@sharkymark sharkymark requested a review from bpmct August 7, 2022 13:32
@sharkymark sharkymark requested a review from ammario as a code owner August 7, 2022 13:32
@ammario ammario merged commit 44a826d into main Aug 7, 2022
@ammario ammario deleted the docs-quickstart-docker-access-url branch August 7, 2022 19:52
@coder coder deleted a comment from OlgaKhmelevskaya Aug 11, 2022
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.

3 participants