Neo01010 / mlsploit-system

Completely dockerized MLsploit system!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLsploit Dockerized System

Deploy to Azure

Requirements

This repository requires the following packages to be installed on the system:

Cloning this repository

Since this repository contains submodules of other MLsploit repositories, we need to use the --recursive flag while cloning this repository.

$ git clone --recursive https://github.com/mlsploit/mlsploit-system.git

Setting up MLsploit Docker images

The following commands will setup the respective MLsploit docker images along with the required secret keys automatically.

$ cd mlsploit-system
$ ./docker-setup-system.sh

Running MLsploit

This will spin up the MLsploit services and run the user interface on port 80 in the background.

docker-compose up -d

About

Completely dockerized MLsploit system!

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 87.8%Language:Dockerfile 12.2%