From 623f6e99f7f292a2b0c5ab8b326d8e0185b02afb Mon Sep 17 00:00:00 2001 From: Alfonso Montero Date: Wed, 8 Sep 2021 19:27:14 +0200 Subject: DOCS(Readme): Add building Docker image from source. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bfc9e14f6..09b9a772f 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,13 @@ murmurd [-supw ] [-ini ] [-fg] [v] -v More verbose logging. ``` +#### Build and run from Docker +On recent Docker versions you can build images directly from sources on Github: +``` +docker build --pull -t mumble-server github.com/mumble-voip/mumble#master +``` +Example `--pull`s each time to check for updated base image, then downloads and builds `master` branch. + ### OpenGL Overlay The OpenGL overlay works by intercepting the call to switch buffers, and just -- cgit v1.2.3 From 0d771c85bb1a85ebcffb35647d55200a4c311a91 Mon Sep 17 00:00:00 2001 From: Alfonso Montero Date: Thu, 9 Sep 2021 02:09:05 +0200 Subject: DOCS(Readme): Whitespace: Add blank line. Co-authored-by: Davide Beatrici --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b9a772f..2c67ae28e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,8 @@ murmurd [-supw ] [-ini ] [-fg] [v] ``` #### Build and run from Docker -On recent Docker versions you can build images directly from sources on Github: + +On recent Docker versions you can build images directly from sources on GitHub: ``` docker build --pull -t mumble-server github.com/mumble-voip/mumble#master ``` -- cgit v1.2.3