Skip to content

vladfau/docker-racket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-racket

A container for running Racket applications

To start a REPL simply:

  make repl

Or long-hand:

  docker run -it --rm -v $(pwd):/var/app sleepyfox/racket

To run a racket application of your own in the container. Filename must be relative to current directory:

  make file src=_my_app.rkt

Or long-hand:

  docker run -it --rm -v $(pwd):/var/app sleepyfox/racket _my_app_.rkt

About

A container for running Racket applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%