Sign inSign up

veer66/ccl

By veer66

Updated over 3 years ago

This project builds Docker images for running Lisp remotely.

Image
0

1.0K

veer66/ccl repository overview

lisp-docker

This project builds Docker images for running Lisp remotely.

How to run

Access a server using this command:

ssh -o ServerAliveInterval=30 -L 4023:localhost:4023 username@server-address

Run a container using this command:

docker run -p 127.0.0.1:4023:4023 --rm -it veer66/ccl

From Emacs + Sly

  • Run sly-connect to localhost at port 4023

Tag summary

Content type

Image

Digest

sha256:da000a01d

Size

130.4 MB

Last updated

over 3 years ago

docker pull veer66/ccl