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

add minimal docker quickstart #1536

Merged
merged 17 commits into from
Jan 16, 2024
Merged

Conversation

qrkourier
Copy link
Member

No description provided.

@qrkourier qrkourier requested review from a team as code owners November 24, 2023 20:29
@qrkourier
Copy link
Member Author

Video tour of this branch: https://youtu.be/XlscY29K03s?feature=shared

Base automatically changed from quickstart-loopback-ip-san to release-next November 26, 2023 17:25
@qrkourier qrkourier changed the base branch from release-next to quickstart-imply-init-if-home January 9, 2024 22:35
@qrkourier qrkourier force-pushed the quickstart-imply-init-if-home branch from ebf5609 to 3b308df Compare January 9, 2024 23:11
Base automatically changed from quickstart-imply-init-if-home to release-next January 10, 2024 00:13
@qrkourier
Copy link
Member Author

qrkourier commented Jan 10, 2024

This compose file provides a local-only Ziti network by default, and can be made available to the LAN or globally by setting EXTERNAL_DNS.

For example, if your Docker host's IP address is 192.168.21.71, and the Docker host is accepting 1280,3022/tcp on that IP address, this provides the Ziti network to all hosts that can route to that IP.

(
  cd ./quickstart/docker/minimal
  export EXTERNAL_DNS=ziti.192.168.21.71.sslip.io
  docker compose pull &&
    docker compose up --detach
  docker compose logs --follow
) &

The release-next tag override is in the .env file on this branch is necessary until the Ziti 0.32 is released.

@dovholuknf
Copy link
Member

it probably should be changed to 'dev' or somethign like that too not 'minimal' imo

@qrkourier
Copy link
Member Author

it probably should be changed to 'dev' or somethign like that too not 'minimal' imo

How about "naked ziti," as in pasta that's not dressed with sauce?

@qrkourier qrkourier merged commit cae2dc5 into release-next Jan 16, 2024
17 checks passed
@qrkourier qrkourier deleted the minimal-docker-quickstart branch January 16, 2024 22:56
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