From bc1248eaedb9e761af5fea0d3878fe0e69b4951c Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 3 Jul 2018 23:22:13 +0900 Subject: [PATCH] Update README.md Signed-off-by: Teddysun --- docker/kms/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/kms/README.md b/docker/kms/README.md index 19b0808..0774824 100644 --- a/docker/kms/README.md +++ b/docker/kms/README.md @@ -1,14 +1,16 @@ ## KMS Server Docker Image by Teddysun This is A fully Microsoft compatible KMS server with Docker Image. -vlmcsd is a fully Microsoft compatible KMS server that provides product activation services to clients.It is meant as a drop-in replacement for a Microsoft KMS server (Windows computer with KMS key entered).It currently supports KMS protocol versions 4, 5 and 6. + +vlmcsd is a fully Microsoft compatible KMS server that provides product activation services to clients. It is meant as a drop-in replacement for a Microsoft KMS server (Windows computer with KMS key entered). It currently supports KMS protocol versions 4, 5 and 6. + vlmcsd is designed to run on POSIX compatible operating systens. It only requires a basic C library with a BSD-style sockets API and either `fork` or `pthreads`. That allows it to run on most embedded systems like routers, NASes, mobile phones, tablets, TVs, settop boxes, etc. Some efforts have been made that it also runs on Windows. +## Prepare the host + Docker images are built for quick deployment in various computing cloud providers. For more information on docker and containerization technologies, refer to [official document][1]. -## Prepare the host - If you need to install docker by yourself, follow the [official installation guide][2]. ## Pull the image