652 B
652 B
Running Medley with Docker
If this is your first time working with Docker, you'll want to install it before continuing. You'll also need a modern VNC client; TightVNC works well.
Next, you can either pull a prebuilt image or build from scratch:
Using a prebuilt image (recommended)
$ docker run -p 5900:5900 interlisp/medley- Run a VNC viewer and connect to localhost.
Building from scratch
- Pull the latest Medley repo.
$ cd medley- Pull Maiko:
$ git submodule update --init --recursive $ docker build . -t interlisp/medley- And then as above.