Skip to content

Instantly share code, notes, and snippets.

@shinshin86
Created March 16, 2019 06:59
Show Gist options
  • Save shinshin86/422ad4e576f8b9766116133cc66e2150 to your computer and use it in GitHub Desktop.
Save shinshin86/422ad4e576f8b9766116133cc66e2150 to your computer and use it in GitHub Desktop.
Start clojure repl sample at docker container.
# if not pulled docker container
# docker pull clojure
docker run -it --rm --name repl-clujure clojure /bin/bash
# start repl at docker container
lein repl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment