I wanted to create a new container with Node.js and start a bash-shell in it where I can interactively verify something.
Therefore I did docker run node /bin/bash but it exited instantly. What did I do wrong?
docker run node /bin/bash
No comments:
Post a Comment