Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Dorschner authored and Guillaume Dorschner committed Oct 20, 2023
1 parent 604c2e6 commit 4d371f9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Documentation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,29 @@ Easily deploy HackMe with a pre-built Docker image available on Docker Hub. The

1. **Download and Extract ZIP**

Download the ZIP with docker-compose and init.sql is [here](https://github.com/GuillaumeDorschner/HackMe/releases/download/docker-compose/hackme.zip). After extracting it, navigate to the `hackme` folder and execute the following commands:
```bash
cd hackme
docker-compose up
```

PS: Sometimes the command may be `docker compose up`without the dash.
Download the ZIP with docker-compose and init.sql is [here](https://github.com/GuillaumeDorschner/HackMe/releases/download/docker-compose/hackme.zip).


2. **Run Docker Compose**

After extracting it, navigate to the `hackme` folder and execute the following commands:
```bash
cd hackme
docker-compose up
```

PS: Sometimes the command may be `docker compose up` without the dash.
</br>
Congratulations 🎉, you've successfully deployed HackMe using a Docker image from Docker Hub! Dive into the world of ethical hacking by starting --> [here](Documentation/hack.md).
</br>
3. **Stopping and Removing Containers**
To stop and remove all running containers as defined in the `docker-compose.yml` file, execute:
```bash
docker-compose down
```
Congratulations, you've successfully deployed HackMe using a Docker image from Docker Hub! Dive into the world of ethical hacking by starting [here](Documentation/hack.md).
---
Embrace the excitement of ethical hacking with HackMe. Sharpen your skills and contribute to a safer digital landscape. Your journey to becoming a master ethical hacker starts now! 🌐✨
Expand Down

0 comments on commit 4d371f9

Please sign in to comment.