Sign inSign up

irixjp/cl-swank

By irixjp

•Updated almost 7 years ago

run swank in docker

Image
0

145

irixjp/cl-swank repository overview

⁠CL SWANK

This is a temporary work-around to avoid the issue that CL doesn't work well in MacOS X Catalina.

⁠Usage

Pull the image and run a container:

docker run -d -p 10022:22 --name swank irixjp/cl-swank

Set password for root user:

docker exec -it swank bash
passwd

Connect ssh to the container with a local port forward:

ssh -N -f -p 10022 -L 4005:localhost:4005 root@localhost

Finaly, connect the port wiht slime-connect -> localhost -> 4005

Tag summary

Content type

Image

Digest

Size

279.1 MB

Last updated

almost 7 years ago

docker pull irixjp/cl-swank