Skip to content

LoopPerfect/jyt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jyt-Docker

Docker container for Jyt

Type the following to get into the Jyt REPL:

sudo docker run -it loopperfect:jyt jyt

If you would like to mount a local folder, use the following:

sudo docker run -v `pwd`/src:/src -it loopperfect:jyt jyt

All arguments you append to the end will be passed to jyt. If you ommit the jyt at the end of the command, it will go straight to your container’s bash.

Releases

No releases published

Packages

No packages published

Languages