You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUILD] Generalize our options passed to docker-run
Running things under docker will have various options
in common, so lets capture this in a way to promote
reuse.
For instance, we always want to:
* volume mount fabric.git to $GOPATH and set WORKDIR
* use -i --rm
* optionally use --user
Change-Id: Iddca0d25fd0f08b34c2b1e5fbd10dd49def3351f
Signed-off-by: Greg Haskins <[email protected]>
0 commit comments