Skip to content

Commit

Permalink
Merge pull request #2447 from openziti/quickstart-console
Browse files Browse the repository at this point in the history
hint how to open the quickstart console
  • Loading branch information
qrkourier authored Sep 26, 2024
2 parents 767d3f7 + 77e3495 commit 684ca25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quickstart/docker/all-in-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ This is the primary use case for this project: running the `ziti edge quickstart
docker compose logs --follow
```

5. Run the CLI inside the quickstart environment.
5. Open the console in a browser: [localhost:1280/zac/](https://localhost:1280/zac/). If you override the default controller address then substitute the correct address in the URL like `https://${ZITI_CTRL_ADVERTISED_ADDRESS}:${ZITI_CTRL_ADVERTISED_PORT}/zac/`.

6. Run the CLI inside the quickstart environment.

```bash
docker compose exec quickstart ziti edge list identities
Expand Down

0 comments on commit 684ca25

Please sign in to comment.