Skip to content

Instantly share code, notes, and snippets.

@kcmerrill
Last active October 15, 2015 20:51
Show Gist options
  • Save kcmerrill/61945031169621f8838f to your computer and use it in GitHub Desktop.
Save kcmerrill/61945031169621f8838f to your computer and use it in GitHub Desktop.
mkdir yoda
cd yoda
printf "FROM kcmerrill/yoda\n\nRUN useradd $(whoami) -u $(id -u $USER)" >> Dockerfile
docker build -t kcmerrill/yoda .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment