Skip to content

Commit d2dd7b9

Browse files
committed
local hacktricks cloud
1 parent 30ceca0 commit d2dd7b9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66

77
_Hacktricks logos & motion designed by_ [_@ppiernacho_](https://www.instagram.com/ppieranacho/)_._
88

9-
> [!TIP]
10-
> Welcome to the page where you will find each **hacking trick/technique/whatever related to CI/CD & Cloud** I have learnt in **CTFs**, **real** life **environments**, **researching**, and **reading** researches and news.
9+
### Run HackTricks Cloud Locally
10+
11+
```bash
12+
# Download latest version of hacktricks cloud
13+
git clone https://github.com/HackTricks-wiki/hacktricks-cloud
14+
# Run the docker container indicating the path to the hacktricks-cloud folder
15+
docker run -d --rm -p 3377:3000 --name hacktricks_cloud -v $(pwd)/hacktricks-cloud:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c "cd /app && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0"
16+
```
17+
18+
Your local copy of HackTricks Cloud will be **available at [http://localhost:3377](http://localhost:3377)** after a minute.
1119

1220
### **Pentesting CI/CD Methodology**
1321

0 commit comments

Comments
 (0)