Skip to content

Instantly share code, notes, and snippets.

@Deviad
Last active April 14, 2019 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deviad/9e2864b6aaf10d31e820cf301a310c91 to your computer and use it in GitHub Desktop.
Save Deviad/9e2864b6aaf10d31e820cf301a310c91 to your computer and use it in GitHub Desktop.
Send multiple comands to docker
TEMP_VAR=$(cat <<'END_HEREDOC'
export VAR1="something"
export VAR2="something"
END_HEREDOC
)
bash -c "${TEMP_VAR}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment