Skip to content

Instantly share code, notes, and snippets.

@nyctef
Last active April 20, 2018 17:23
Show Gist options
  • Save nyctef/de2bc9383afd8f9884cbc83c9f554549 to your computer and use it in GitHub Desktop.
Save nyctef/de2bc9383afd8f9884cbc83c9f554549 to your computer and use it in GitHub Desktop.
# run the elixir docker image and share the current directory into the container
docker run -v "$PWD`:/data" -it --rm elixir /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment