Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 1.96 KB

clojure.md

File metadata and controls

89 lines (64 loc) · 1.96 KB

Clojure

Docker

Running

# REPL
docker run -it --rm \
  $(echo "$DOCKER_RUN_OPTS") \
  -h clojure \
  --name clojure \
  docker.io/library/clojure:openjdk-8-slim-buster

CLI

Installation

Homebrew

brew install clojure

Tips

Issues

Packages