Skip to content

vasilev/docker-image-tcl-tk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tcl/Tk in a Docker container

Dockerized Tcl/Tk for interactive development and experiments.

Currently beta

Usage

Build:

docker build -t vasilev/tcl-tk .

Run (make sure tk-wrapper has executable bit set):

./tk-wrapper

and then you have the shell to invoke wish there.

Credits

This project is based on code from docker-image-palemoon. Which, in turn, is based on: