the universal manuscript livebook & learning center
Pull and run the container directly:
docker run --rm -p 8080:8080 -p 8081:8081 kagemnikarimu/scriptorium
Note: Ports must be mapped to access:
- 8080: Main interface
- 8081: LiveBook server
Clone and build locally:
git clone https://github.com/kagemnikarimu/scriptorium
cd scriptorium
docker build -t scriptorium .
docker run --rm -p 8080:8080 -p 8081:8081 scriptorium