chore(git): Removed unused files and added README
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Fake cam
|
||||
|
||||
Fake cam is a simple docker container running a fake webcam. It is used for educational purposes to teach ethical hacking.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Docker
|
||||
|
||||
## Install
|
||||
|
||||
1. Pull the repository
|
||||
|
||||
```bash
|
||||
git clone https://git.phorge.fr/l-nmch/fake-cam.git
|
||||
```
|
||||
|
||||
2. Build the image
|
||||
|
||||
```bash
|
||||
docker compose build
|
||||
```
|
||||
|
||||
3. Run the container
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user