From ec95fb81efe806d453dcb2c2838acfd1ae488917 Mon Sep 17 00:00:00 2001 From: khadkeaakash Date: Mon, 25 Nov 2019 10:29:10 -0500 Subject: [PATCH] Updating Readme for docker image If you want to run the AndroLabServer as docker image kindly download it from : docker pull khadkeaakash/insecurebankv2-androlabserver:beta --- AndroLabServer/README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AndroLabServer/README.markdown b/AndroLabServer/README.markdown index e545b3c..fc7bdea 100644 --- a/AndroLabServer/README.markdown +++ b/AndroLabServer/README.markdown @@ -3,6 +3,14 @@ AndroLab Back-end Server Readme This project is the python2 backend server for the Android InsecureBankv2 application which can be found at https://github.com/dineshshetty/Android-InsecureBankv2 +Docker image +----- + +docker pull khadkeaakash/insecurebankv2-androlabserver:beta + +Usage: +----- +docker run -p 8888:8888 Python required libraries -----