This project builds Docker images for running Lisp remotely.
1.0K
This project builds Docker images for running Lisp remotely.
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
Content type
Image
Digest
sha256:da000a01d…
Size
130.4 MB
Last updated
over 3 years ago
docker pull veer66/ccl