Skip to content

ds-kiel/Distributed-Systems-Docker-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Systems Labs

Setup

The .env file contains some customizable options. Install requirements:

pip3 install -r requirements.txt

Build

docker build -t ds_labs_server server -f server/Dockerfile && docker build -t ds_labs_frontend frontend -f frontend/Dockerfile

Run

python3 labs.py <num-servers>

Once all services are started, the frontend should be reachable at the configured FRONTEND_PORT, e.g.: localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published