Skip to content

Instantly share code, notes, and snippets.

@qas612820704
Created July 16, 2017 15:13
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 qas612820704/19b943a0e68e9a2004e29b0e81280a7c to your computer and use it in GitHub Desktop.
Save qas612820704/19b943a0e68e9a2004e29b0e81280a7c to your computer and use it in GitHub Desktop.
#!/bin/sh
if [[ -z $1 || $1 == "help" ]]; then
echo -e "Usage:\n\t $0 [img]"
exit
fi
docker run --rm --user "$(id -u lego)" --net=host -v $PWD:/app -it $1 /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment