From 4b38c2d6d89136873975a39f3b7f67b8cdfb62c8 Mon Sep 17 00:00:00 2001 From: Saksham Awasthi <74664860+Cipher-08@users.noreply.github.com> Date: Thu, 4 May 2023 13:23:03 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6027980a..5163897a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is a simple web application using [Python Flask](http://flask.pocoo.org/) and [MySQL](https://www.mysql.com/) database. This is used in the demonstration of development of Ansible Playbooks. + +## While running the ubuntu image , port should be mapped with some input fields (-i) and terminal (-t) + docker run -it -p 5000:5000 ubuntu bash +-p tag will prevent further coming errors regarding the site opening ! Below are the steps required to get this working on a base linux system. From 9ee731476645ea286f59c22373fdd2197c63525c Mon Sep 17 00:00:00 2001 From: Saksham Awasthi <74664860+Cipher-08@users.noreply.github.com> Date: Thu, 4 May 2023 13:27:56 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5163897a..3a7c5c51 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is used in the demonstration of development of Ansible Playbooks. Python and its dependencies - apt-get install -y python python-setuptools python-dev build-essential python-pip python-mysqldb + apt-get install -y python3 python-setuptools python-dev build-essential python-pip python-mysqldb ## 2. Install and Configure Web Server