Skip to content

Instantly share code, notes, and snippets.

@terakun
Created January 12, 2019 17:57
Show Gist options
  • Save terakun/59ee29a5aec3730322f4329f3e3571dd to your computer and use it in GitHub Desktop.
Save terakun/59ee29a5aec3730322f4329f3e3571dd to your computer and use it in GitHub Desktop.
#!/bin/sh
IMAGE=paperist/alpine-texlive-ja
exec docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD":/data "$IMAGE" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment