Fork me on GitHub
#docker
<
2020-02-22
>
tianshu15:02:16

Hi, I'm new to docker, I'm trying to run clojure repl inside the docker and connect from outside. I know the repl port, and I use docker inspect to find the port. however nrepl connect failed due to connection refused, what I'm missing?

salam16:02:34

which container image are you using? what’s the command you used to start the container?

tianshu16:02:38

emmm, this post seems worth to take a look at.