From 32a376b9d31f578acfd63f367b79cbc8b4ad705f Mon Sep 17 00:00:00 2001 From: MoisesTapia Date: Sun, 26 Jul 2020 13:54:22 -0500 Subject: [PATCH] add new features in README.md --- Docker/.redstyled.yaml | 2 ++ Docker/Dockerfile | 2 +- Docker/README.md | 16 ++++++++-------- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 Docker/.redstyled.yaml diff --git a/Docker/.redstyled.yaml b/Docker/.redstyled.yaml new file mode 100644 index 0000000..89458b4 --- /dev/null +++ b/Docker/.redstyled.yaml @@ -0,0 +1,2 @@ +--- +enabled: false diff --git a/Docker/Dockerfile b/Docker/Dockerfile index fcc0170..8723b3d 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /home/ RUN apt-get update -RUN apt-get install -y git && \ +RUN apt-get install --no-install-recommends -y git && \ apt-get install --no-install-recommends -y python3.7 && \ apt-get install -y python3-pip && \ apt-get install --no-install-recommends -y php && \ diff --git a/Docker/README.md b/Docker/README.md index 898a090..1bf8802 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -5,17 +5,17 @@ ![Maintainer](https://img.shields.io/badge/Maintainer-Equinockx-success?style=plastic&logo=terraform) -# Runnin within container +## Runnin within container ![running](https://github.com/MoisesTapia/HiddenEye/blob/Docker/Docker/images/start.png) ![link](https://github.com/MoisesTapia/HiddenEye/blob/Docker/Docker/images/URL.png) -# Requeriments +## Requeriments - [X] Docker - [X] docker-compose -# Usage Mode +## Usage Mode Clone the repo from Github ```bash @@ -43,7 +43,7 @@ docker-compose exec hidden python3 HiddenEye.py ``` ![exec](https://github.com/MoisesTapia/HiddenEye/blob/Docker/Docker/images/executing.png) -# Persist Data +## Persist Data When we make or buils the service with `docker-compose up --build -d` this persist the data templates in the same folder `WebTemplate`. If you add the new Template in `WbeTemplate` this will be reflected in the container and you can use it. @@ -52,21 +52,21 @@ To add WebTemplate you juste need add them in this folder and done - [X] `equinockx~/Webtemplate$ cp * Docker/Webtemplate` - [X] WebTemplate -# First Start the services +## First Start the services ```bash docker-compose up --build -d ``` -# Down the container +## Down the container ```bash docker-compose down ``` -# Stop the services +## Stop the services ```bash docker-compose stop ``` -# Start the services +## Start the services With this command docker-compose will initialize the service stopped