Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1 KB

README.md

File metadata and controls

34 lines (22 loc) · 1 KB

boot-openjdk-clj-docker-image

This is an unofficial boot clojure docker image.

This image installs and sets up the latest version of Boot and runs on top of OpenJDK 8 image.

This is an automated build in Docker Hub. The ignorabilis/boot-openjdk-clj Docker image is automatically built from the Dockerfiles in this repo (under jessie and alpine, respectively).

Important

Pieces used from boot-clj-docker-image and docker-clojure.

Test

$ docker run -it ignorabilis/boot-openjdk-clj:alpine repl

Usage

To use this image for your app or for another image put this at the top of your Dockerfile:

FROM ignorabilis/boot-openjdk-clj:alpine