Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 695 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 695 Bytes

SBCL Dockerfile

This repository contains Dockerfile of SBCL for Docker's automated build published to the Docker Hub.

Base Docker Image

Installation

  1. Install Docker.
  2. Download automated build from public Docker Hub Registry:
    docker pull andron94/dockerfile-sbcl:[TAG]

Usage

Run SBCL session

docker run --rm -it andron94/dockerfile-sbcl:[TAG]

Run shell session

docker run --rm -it --entrypoint /bin/sh andron94/dockerfile-sbcl:[TAG]