/mlsploit-system

Completely dockerized MLsploit system!

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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