Wiki Pages

Introduction and Overview

  • Terminology

Conceptual Design

Actual Code Design

  • Bird's View

Development Notes:

  • Tests
  • Debugging
  • Test with cEOS
  • RBAC

Pipeline Design

Deployment and Labs: Containerlab

  • Deployment

    • Virtual Machine with Vagrant
    • Virtual Machine with Vagrant and Packer
  • Labs

    • Lab for education
    • Lab 00
    • Lab 01

Changes

Page history
Update Virtual Machine with Vagrant authored Apr 25, 2023 by Katharina Renk's avatar Katharina Renk
Show whitespace changes
Inline Side-by-side
Deployment/Virtual-Machine-with-Vagrant.md
View page @ af600c37
......@@ -70,7 +70,7 @@ vagrant status
```
Connect to VM via ssh
```bash
vagrant status
vagrant ssh
```
Take a snapshot
```bash
......
......