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

docs: replace relative path #1591

Merged
merged 1 commit into from
Jul 22, 2023
Merged

Conversation

sho-hata
Copy link
Contributor

If you run the example of trying the wazero CLI via Docker as is, it will fail.

docker: Error response from daemon: create ./testdata/: "./testdata/" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
See 'docker run --help'

This is because relative paths cannot be specified for docker volumes.
Specifying the $PWD environment variable allows the reader to try it out smoothly.

Signed-off-by: Shoki Hata <syouki100241@gmail.com>
Copy link
Collaborator

@achille-roussel achille-roussel left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@achille-roussel achille-roussel merged commit 6ffb2d6 into tetratelabs:main Jul 22, 2023
5 checks passed
@sho-hata sho-hata deleted the volume-path branch July 23, 2023 01:03
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.

2 participants