Skip to content

thalesmg/docker-spry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfile for Spry language

Usage

To use a pre-built image, just run:

$ docker run --rm -it thalesmg/spry

Welcome to interactive Spry!
An empty line will evaluate previous lines, so hit enter twice.
>>> echo "Hello World!"
>>>
Hello World!
nil
>>>

Building

To rebuild this image with another Spry commit hash:

$ docker build -t spry --build-arg SPRY_COMMIT_HASH=<NEW_HASH> .

About

Dockerfile for Spry language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published