Thanks to the hard work of Bogdan Popa <https://github.com/jackfirth/racket-docker/pull/34>, you can now run Racket-on-ChezScheme inside docker containers using the jackfirth/racket <https://hub.docker.com/r/jackfirth/racket/> DockerHub repository. The ChezScheme image variants are tagged as jackfirth/racket:{version}-cs or jackfirth/racket:{version}-cs-full, depending on whether you want the minimal installation of Racket or the full installation. For example, this command:
docker run -it jackfirth/racket:7.4-cs ...will pull the minimal Racket-on-ChezScheme 7.4 image and run a REPL inside it. Note that running on ChezScheme is only possible for version 7.4 and above. For more information about the Racket images, see the jackfirth/racket-docker <https://github.com/jackfirth/racket-docker> GitHub repository. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/fd9a44f8-1897-4d93-a429-3cb2e40950df%40googlegroups.com.