Sign inSign up

unisonlang/unison

By unisonlang

Updated 4 months ago

A docker container for running the Unison Codebase Manager

Image
0

3.7K

unisonlang/unison repository overview

Unison is a programming language from the future!

This container will provide a way to run the Unison Codebase Manager locally in a docker container.

Running

docker run -it --rm -v /my/local/codebase:/codebase -p 5757:5757 -p 8080:8080 unisonlang/unison

Where /my/local/codebase points to a directory on your filesystem where your unison codebase is stored. After starting the container, the ucm process will be watching this directory for changes

This will start a container with a LSP server running on port 5757 and a local code browser running at http://localhost:8080/local/ui

Tag summary

Content type

Image

Digest

sha256:11f9df6a6

Size

111.8 MB

Last updated

4 months ago

docker pull unisonlang/unison:1.3.0