Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 880 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 880 Bytes

AlexShineProject

Virtual Laboratory of Information Security (VLIS)

The project consists of 4 parts:

Install

sudo apt-get update                        
sudo curl -fsSL htpps://get.docker.com | sh    
sudo apt-get -y install python-pip        
sudo pip install docker-compose      
git clone https://github.com/ranebull/AlexShineProject.git
cd AlexShineProject
sudo docker-compose up -d

Manage the container

sudo docker stats        
sudo docker ps         
sudo docker-compose stop
sudo docker-compose up -d
sudo docker-compose up