From b720c1d5525420e063f5458ac4fad187b0a29605 Mon Sep 17 00:00:00 2001 From: Jomari Macaraig Date: Sat, 22 Sep 2018 08:00:01 +0000 Subject: [PATCH] #2 Add basic README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfbb99b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +#PythonPH + +## Prerequisites +* Docker +* Docker Compose +* Git + +## Spinning a docker container +```bash +$ docker-compose -f compose/development.yml run -d --rm --name --service-ports app +``` +###### Notes: +* Change `name` into what you want to call your container. +* Update `development.yml` if there's conflicting with the ports.