-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <gregory.haskins@gmail.com>
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters