-
Notifications
You must be signed in to change notification settings - Fork 1
ebirah setup command is broken #5
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
Labels
bug
Something isn't working
Comments
As I documented you have to specify the directory. $ docker run --rm --volume $PWD:/tmp ebirah:latest So you can do: $docker run --rm --volume $PWD:/tmp ebirah:latest xtest It does however complain about missing Example:
|
jonasbn
added a commit
that referenced
this issue
May 3, 2020
It seems the specification of the volume, does not work for the |
Not sure what are you trying to achieve, but it does work:
|
Thanks @glasswalk3r I will have a second look |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In experimental branch enabling the
xtest
command, I tried:So I tried:
It emits:
And the running Docker container has to be killed.
The text was updated successfully, but these errors were encountered: