rename networkdiag.py to app.py

Change-Id: I7c1ed5a21038334818bf5182b352dfb790168011
diff --git a/Makefile b/Makefile
index 8e54fc4..e4d78be 100644
--- a/Makefile
+++ b/Makefile
@@ -64,12 +64,10 @@
 
 docker-run:
 	docker run \
-		-itu root:root \
-		--privileged \
-		--network host \
 		--name $(CONTAINER_NAME) \
 		--rm \
-		$(DOCKER_IMAGENAME)
+		$(DOCKER_IMAGENAME) \
+		--user="abc" --password="xyz"
 
 lint:
 	flake8 --exclude=.tox network_diag