Skip to content

Instantly share code, notes, and snippets.

@mfal
Created February 16, 2017 20:13
Show Gist options
  • Save mfal/e66bb35a03411d9e867f9e70aac5c3f8 to your computer and use it in GitHub Desktop.
Save mfal/e66bb35a03411d9e867f9e70aac5c3f8 to your computer and use it in GitHub Desktop.
eval > docker > node >
#!/bin/sh
eval "$(docker run node:6-slim node -e "console.log('echo \"We must go deeper\"');")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment