Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 654 Bytes

Anvel

Anvel is an open-source, cross platform program that lets people share files on their local area networks.

View our latest release, here

Running Anvel using Docker

Fork or clone this repo

git clone https://github.com/imrany/anvel

Open bash in anvel directory or run

cd anvel

Build Anvel Docker Image

docker build -t anvel .

This will download and build the Anvel app inside the Docker container.

Run the Dockerized Anvel app

docker run -it --rm anvel