From 9da6f07da1fb95c8af88002fca254fffc131c266 Mon Sep 17 00:00:00 2001 From: linse Date: Sun, 17 Sep 2017 10:04:41 -0400 Subject: [PATCH] Reword --- Technology | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Technology b/Technology index c057b8a..5cb120c 100644 --- a/Technology +++ b/Technology @@ -46,13 +46,13 @@ even if we use parallelism and complex distributed systems. ### Simple config management model with localized reasoning -There are three ways to feed a virtual machine with configuration data, such as -network configuration or TLS certificate and key. -- Compile the information into the virtual machine image, which requires - recompilation on configuration change. -- Pass the information as boot parameters, which requires reboot on - configuration change. -- Store this information in a virtual block device which is attached to the +There are three ways to feed a virtual machine with configuration data like +network configuration or TLS certificate and key: +- compile the information into the virtual machine image, which requires + recompilation on configuration change +- pass the information as boot parameters, which requires reboot on + configuration change +- store this information in a virtual block device attached to the virtual machine. For example, logs can be written from the unikernel to a syslog collector with UDP, TCP, or TLS as