Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Installation

Deranged0tter edited this page Apr 18, 2025 · 3 revisions

Docker

Clone The Repository

git clone https://github.com/HackLike-co/Cloak.git
cd Cloak

Build the Docker Container

sudo docker build . --tag cloak

Run the Docker Container

sudo docker run -p 8080:8080 cloak

or

sudo docker run -d -p 8080:8080 cloak

Local Installation

TODO

Clone this wiki locally