> Perhaps you could provide your Dockerfile etc. on Github so others could
> look into it and maybe give some hints.

I've got them up at https://github.com/jackfirth/racket-docker, and they're on 
Docker Hub as https://hub.docker.com/r/jackfirth/racket/. Currently the images 
are built off Debian and support all racket versions back to 5.3 (except 5.9x 
variants because I couldn't find debian installers for them). So now you should 
be able to do this:

$ docker run -it jackfirth/racket
Welcome to Racket v6.2.1.
> 

And this:

$ docker run -it jackfirth/racket:5.3
Welcome to Racket v5.3.
> 

Next steps are minimal racket images built on something like Alpine Linux. I'll 
throw up my experiments on there, but I haven't gotten anything working yet.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to