secops-project / Docker-sigma.js

This repository contains the Dockerfile for secops/sigma.js image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sigma.js Docker

If you have an application that uses the Sigma.js library, you can now run it without having to install all the prerequisites with something like this:

docker run -d -p 8000:8000 --volume ~/MyAppDir:/app --name my_sigma.js secops/sigma.js

where MyAppDir is the folder that contains your application code.

About

This repository contains the Dockerfile for secops/sigma.js image