-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to run --do CODE
from docker images (edit: and v0.0.18)
#194
Comments
Actually, it looks like it may be an issue with 0.0.18 that has since been fixed
|
--do CODE
from docker images--do CODE
from docker images (edit: and v0.0.18)
I think this will simply be solved when the next release is out |
@booniepepper Yes, I've checker. v0.0.18 accepted -do flag, but only after accepting a file or dot ".", so after it loaded some file. After 18 I added option that -do flag also works with no input files. But I've merger your PR and made v0.0.19 release and I get this ... as I said, I rarely use Docker, so there is probably something I don't understand:
|
Hmm... it seems to works for me right now
|
Also working for me with the
|
I might chalk up the errors you're seeing to something like locally cached containers/images from previous versions. Docker leaves... a lot to be cleaned up |
I've managed to convince docker to update it's local copy and now it works with latest for me also. I had to use:
And now it works even without --update always. Various |
I'm trying to run one-liners from the docker image, but it doesn't seem to work:
If I build locally, the flag works fine:
And if I build the docker image locally, it also works fine:
The text was updated successfully, but these errors were encountered: