From 968b7c1f7c476f6563b74bd206c542fb16188ff2 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Sat, 29 Dec 2018 08:56:08 +0100 Subject: Android Docker: give the android builder its own name Users that use docker locally for Windows style build and Android style builds will (probably) not like that we use the same name for both docker containers. So, give the android builder its own name. Signed-off-by: Jan Mulder --- scripts/android/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/android/before_install.sh') diff --git a/scripts/android/before_install.sh b/scripts/android/before_install.sh index 253708320..cce934cea 100644 --- a/scripts/android/before_install.sh +++ b/scripts/android/before_install.sh @@ -17,7 +17,7 @@ PARENT="$( cd .. && pwd )" docker run -v $PWD:/android/subsurface \ -v $PARENT/subsurface-mobile-build-arm:/android/subsurface-mobile-build-arm \ -v $PARENT/subsurface-mobile-build-arm64:/android/subsurface-mobile-build-arm64 \ - --name=builder \ + --name=android-builder \ -w /android \ -d dirkhh/android-builder:5.12.02 \ /bin/sleep 60m -- cgit v1.2.3-70-g09d2