Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Docker Development Images

These are Dockerfiles to build an image for developing TruffleRuby, rather than for using it. It's useful to have a reproducible environment for build issues, and useful for building and testing on Linux if you normally develop on macOS.

$ docker build -t truffleruby-dev-ubuntu .
$ docker run -it truffleruby-dev-ubuntu