Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 339 Bytes

Maintained by: the TST Labs

Starts a bokeh server on port 8080.

Building

docker build -t tstlabs/bokeh-server .

Running

docker run -u $(id -u) -it --rm -v $HOME/myapp:/opt/app -p 8080:8080 tstlabs/bokeh-server