Start fry REPL like so:
docker run --rm -it fatscript/fry
Run a script this way:
docker run --rm -it -v ~/<app-folder>:/app fatscript/fry <file>
e.g., if your script is at ~/project/prog.fat:
docker run --rm -it -v ~/project:/app fatscript/fry prog.fat
Note: the docker image WORKDIR is set to /app
Content type
Image
Digest
sha256:c7835f895…
Size
6.3 MB
Last updated
about 1 month ago
docker pull fatscript/fry