Created
March 16, 2019 06:59
-
-
Save shinshin86/422ad4e576f8b9766116133cc66e2150 to your computer and use it in GitHub Desktop.
Start clojure repl sample at docker container.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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