Suggestion to provide official docker image #996
-
Node.js is not always available on systems, but sometimes Docker is installed instead. Dockerfile:
Build the image with: Run any script in the local folder (e.g., using the Fish shell): docker run --interactive --tty --rm \
--user (id -u "$USER"):(id -g "$USER") \
--volume "$PWD":/tmp \
--workdir /tmp \
--network=host \
zx test.js Or add this command as shell alias: now it's possible to run zx with a simple command: zx ./test.js I'm ready to publish such a Docker image, but seems to me it would be more appropriate if you provided and supported it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
And that's pretty easy to maintain in CI/CD. |
Beta Was this translation helpful? Give feedback.
@DarkPark,
https://github.com/google/zx/releases/tag/8.5.0
https://github.com/google/zx/pkgs/container/zx