Skip to content

SBCL Dockerfile for trusted automated builds on Docker Hub.

License

Notifications You must be signed in to change notification settings

ANDRON94/dockerfile-sbcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

SBCL Dockerfile for trusted automated builds on Docker Hub.

Resources

License

Stars

Watchers

Forks

Packages

No packages published