Skip to content

Running the StratoCyberLab on Windows 11 (Under Construction)

Veronica Valeros edited this page Sep 1, 2024 · 1 revision

Requirements

The StratoCyberLab runs using docker and docker-compose. To install Docker on Ubuntu, follow the latest instructions at the Docker Official Page.

:~$ # Check that the docker version is >20.10
:~$ docker --version

Git is the next requirement. To install Git on Windows, check the Git Installation Guide.

:~$ # Check git is installed
:~$ git --version

Did we miss something?

If we miss some instructions, please open an issue or do a PR. Thanks for helping the StratoCyberLab grow and be better!