https://github.com/andmos/docker-scriptcs
Dockerimage for running scriptcs.
https://github.com/andmos/docker-scriptcs
Last synced: 26 days ago
JSON representation
Dockerimage for running scriptcs.
- Host: GitHub
- URL: https://github.com/andmos/docker-scriptcs
- Owner: andmos
- License: mit
- Created: 2016-04-03T16:24:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T18:10:53.000Z (about 8 years ago)
- Last Synced: 2025-05-08T23:52:55.758Z (26 days ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Scriptcs
Docker image for running scriptcs. The repo contais two versions, `Latest` and `Source`. `Latest` is, well, latest release of ScriptCS from NuGet, while `Source` builds ScriptCS from the [source repository](https://github.com/scriptcs/scriptcs).Run The REPL:
docker run -it andmos/scriptcs:latest
Or a ``.csx``file:
docker run -it -v /path/to/file.csx:/test --workdir /test andmos/scriptcs:latest file.csx
[](https://travis-ci.org/andmos/Docker-Scriptcs)