Commit 15cd3f4b authored by onknows's avatar onknows
Browse files

glossary vagrant box update + new vagrant node term definition

C2-1460
parent 32b7e68a
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
---
title: Vagrant box
categories: [Term]
aliases:
  - box
  - Vagrant image
  - image
toc_hide: true
reference: /docs/concepts/dev/vagrant/vagrant-cloud
translate: false
+16 −0
Original line number Diff line number Diff line
---
title: Vagrant node
categories: [Term]
aliases:
  - node
toc_hide: true
reference: /docs/concepts/dev/vagrant
translate: false
---

A _Vagrant node_, sometimes simply referred to as a _node_, refers to a
[VirtualBox](g) virtual machine or an [LXD](g) container. These are the two
default types used in the C2 Platform development environment. Such a
node—whether a VirtualBox VM or an LXD container—is created from a
[Vagrant box](g). The configuration of a node, including memory, disk size,
and other settings, is defined in a [Vagrantfile](g).
+7 −2
Original line number Diff line number Diff line
---
title: Vagrant box
aliases:
  - Vagrant boxes
categories: [Begrip]
aliases:
  - box
  - boxes
  - Vagrant image
  - image
  - Vagrant images
  - images
toc_hide: true
reference: /docs/concepts/dev/vagrant/vagrant-cloud
---
+16 −0
Original line number Diff line number Diff line
---
title: Vagrant node
categories: [Begrip]
aliases:
  - node
toc_hide: true
reference: /docs/concepts/dev/vagrant
---

Een _Vagrant node_, soms eenvoudigweg aangeduid als een _node_, verwijst naar een
[VirtualBox](g) virtuele machine of een [LXD](g) container. Dit zijn de twee
standaardtypen die worden gebruikt in de ontwikkelomgeving van het C2 Platform. Een
dergelijke node—of het nu een VirtualBox VM of een LXD container is—wordt
aangemaakt vanuit een [Vagrant box](g). De configuratie van een node, inclusief
geheugen, schijfgrootte en andere instellingen, wordt gedefinieerd in een
[Vagrantfile](g).
 No newline at end of file