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 zilla readme to address yaml changes #162

Merged
merged 3 commits into from
Feb 10, 2023

Conversation

ankitk-me
Copy link
Contributor

@ankitk-me ankitk-me commented Feb 7, 2023

Fixes #159

README.md Outdated
```
Then run Zilla again, this time mounting your local `zilla.yaml` as a docker volume file.
```
docker run -v `pwd`/zilla.yaml:/zilla.yaml ghcr.io/aklivity/zilla:latest start -v
Copy link
Contributor

Choose a reason for hiding this comment

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

The docker run command needs to be updated same as on Zilla Studio. 😄

docker run -v `pwd`/zilla.yaml:/etc/zilla/zilla.yaml ghcr.io/aklivity/zilla:latest start -v

@jfallows jfallows merged commit 7674918 into aklivity:develop Feb 10, 2023
@ankitk-me ankitk-me deleted the yamlReadmeUpdate branch February 22, 2023 00:07
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.

Migrate zilla README from zilla.json to zilla.yaml
2 participants