Created
June 21, 2018 15:46
-
-
Save hesoyamcode/dfeba4fa8d25fcbddbc0c4b7024d9ac8 to your computer and use it in GitHub Desktop.
Accessing Shell Node Docker
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
Node:latest | |
docker exec -it container_name /bin/bash | |
node:alpine | |
docker exec -it container_name /bin/sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment