add new features in README.md

pull/732/head
MoisesTapia 2020-07-26 13:54:22 -05:00
parent a0deb72ce7
commit 32a376b9d3
No known key found for this signature in database
GPG Key ID: BE22111DAB113FC3
3 changed files with 11 additions and 9 deletions

2
Docker/.redstyled.yaml Normal file
View File

@ -0,0 +1,2 @@
---
enabled: false

View File

@ -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 && \

View File

@ -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