@@ -54,12 +54,12 @@ From [CCL's Home Page](https://ccl.clozure.com):
> Clozure CL (often called CCL for short) is a free Common Lisp implementation with a long history. Some distinguishing features of the implementation include fast compilation speed, native threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface.
@@ -106,14 +106,14 @@ M-x slime-connect RET RET RET
```
<aid="orgcdf6947"></a>
<aid="org48b9bd1"></a>
# Image variants
This image comes in several variants, each designed for a specific use case.
<aid="org022d38b"></a>
<aid="org1e6b662"></a>
## `%%IMAGE%%:<version>`
...
...
@@ -129,15 +129,17 @@ These images contain the Quicklisp installer, located at `/usr/local/share/commo
-**`QUICKLISP_CLIENT_VERSION`:** The client version to use. Of the form yyyy-mm-dd. `latest` means to install the latest version (the default).
-**`QUICKLISP_ADD_TO_INIT_FILE`:** If set to `true`, `(ql:add-to-init-file)` is used to add code to the implementation's user init file to load Quicklisp on startup. Not set by default.
Additionally, these images contain cl-launch to provide a uniform interface to running a Lisp implementation without caring exactly which implementation is being used (for instance to have uniform CI scripts).
<aid="org2e039a8"></a>
<aid="orgb38ba83"></a>
## `%%IMAGE%%:<version>-slim`
This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run CCL. Unless you are working in an environment where only this image will be deployed and you have space constraints, we highly recommend using the default image of this repository.
<aid="org2add4d8"></a>
<aid="org7aa8eb3"></a>
## `%%IMAGE%%:<version>-windowsservercore`
...
...
@@ -149,7 +151,7 @@ For information about how to get Docker running on Windows, please see the relev