Updated images for a SBCL build for Alpine.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For more information, reach out to the team at desert.frog.solutions@gmail.com or desertfrogsolutions.com
Get Docker configured on your system, then build the image with
docker build -t jgoldfar/alpine-sbcl -f Dockerfile.3.17 .
docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$(pwd)":/data jgoldfar/alpine-sbcl
The WORKDIR
in the container is /data
, and with the above command the working directory is mounted to /data
inside container.