8000 GitHub - elliotzlin/sicp-course: A place to keep my files and track my progress as I work through SICP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elliotzlin/sicp-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sicp-course

A place to keep my files and track my progress as I work through SICP.

1. Build the Docker image

docker build -t <image-name>:<tag> .

2. Run a container, mounting in this directory.

docker run --rm -it -v /path/to/this/dir:/home/dev/sicp --detach-keys=ctrl-z,z --name=<container-name> <image-name>:<tag>

Note I'm passing --detach-keys to the docker run command in order for certain emacs key bindings to work. Or you can set this in your Docker configs. Or you can just use a different text editor.

3. Exiting

Just type exit.

About

A place to keep my files and track my progress as I work through SICP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0