-
Notifications
You must be signed in to change notification settings - Fork 176
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
Conversation
Video tour of this branch: https://youtu.be/XlscY29K03s?feature=shared |
1b25527
to
1d450ec
Compare
89759be
to
9cbda2e
Compare
…me ZITI_HOME is set and ZITI_HOME/db exists on subsequent runs
This reverts commit 0b29e24.
b35f212
to
8d9b8e5
Compare
ebf5609
to
3b308df
Compare
This compose file provides a local-only Ziti network by default, and can be made available to the LAN or globally by setting 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 |
…mount to named vol;
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? |
… run-only (official release) or build-and-run (local ziti build)
…ompose file to make its function more obvious
No description provided.