Skip to content

explabs/malwaretotal

Repository files navigation

build

MalwareTotal

Run docker app

Pull from docker hub and run

docker run --rm -p 80:8000 explabs/malwaretotal

Run from source

Run application from source

Golang

go run main.go

Docker

Build container

Build docker image

docker build -t malwaretotal .

Run container

Start container and forward ports

docker run --rm -p 80:8000 malwaretotal

Mount volumes to container

docker run -v malware.json:/app --rm -p 80:8000 explabs/malwaretotal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published