File: docker-run.sh

package info (click to toggle)
golang-github-pingcap-kvproto 6.1.0~alpha-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,040 kB
  • sloc: sh: 111; makefile: 34
file content (3 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download
1
2
3
#!/usr/bin/env bash
docker run --rm -i -t -v "$(pwd):$(pwd)" -w "$(pwd)" tikv/kvproto:3.8.0 "$@"