Published
- 1 min read
spring shell inside docker
The solution for this is noted below
spring shell inside docker
Solution
Docker run command has to include -it
-t : Allocate a pseudo-tty
-i : Keep STDIN open even if not attached
Try other methods by searching on the site. That is if this doesn’t work