Complement your IT training workshops with a practice environment.
-
Start from a given docker-compose.yaml or docker-compose-sysbox.yaml
-
Prepare a
workshopdirectory with your lab content (refer to our example) -
Run the lab with
docker compose up -dand access at http://localhost:3000
- Follow the instructions in vms directory.
-
With NPM
cd labenv npm install npm run dev -
With Docker
cd labenv docker build -t labenv:dev . docker run -d -p3000:3000 labenv:dev
Check out some courses utilizing the platform:
