Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Created June 21, 2018 15:46
Show Gist options
  • Save hesoyamcode/dfeba4fa8d25fcbddbc0c4b7024d9ac8 to your computer and use it in GitHub Desktop.
Save hesoyamcode/dfeba4fa8d25fcbddbc0c4b7024d9ac8 to your computer and use it in GitHub Desktop.
Accessing Shell Node Docker
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