From 83440d3a50071ca99e082fbbdbf8ee9445087ef4 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Mon, 14 Feb 2022 16:35:17 +0100 Subject: [PATCH] docs: minor docker updates [skip ci] --- docs/content/features/docker.md | 3 +-- docs/content/getting-started.md | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/content/features/docker.md b/docs/content/features/docker.md index 5197665..a907266 100644 --- a/docs/content/features/docker.md +++ b/docs/content/features/docker.md @@ -20,8 +20,7 @@ To give the server a quick try just run the following commands. !!! info "Tips" - [Server CLI arguments](/configuration/command-line-arguments/) can be provided directly to the container or omitted as shown below. - - It can specify a Docker volume like `-v $HOME/my-public-dir:/public` in order to overwrite the default root directory. See [Docker examples](features/docker.md) for more details. - + - It can specify a Docker volume like `-v $HOME/my-public-dir:/public` in order to overwrite the default root directory. Run the scratch Docker image (just the binary) diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index 7b7a3c1..d74e87f 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -13,8 +13,8 @@ docker run --rm -it -p 8787:80 joseluisq/static-web-server:2 ``` !!! info "Docker Tip" - You can specify a Docker volume like `-v $HOME/my-public-dir:/public` in order to overwrite the default root directory. See [Docker examples](features/docker.md) for more details. + You can specify a Docker volume like `-v $HOME/my-public-dir:/public` in order to overwrite the default root directory. See [Docker examples](features/docker.md). -For more details about the available options type `static-web-server -h` or go to the [Command-line arguments](./configuration/command-line-arguments.md) section. +To see the available options type `static-web-server -h` or go to the [Command-line arguments](./configuration/command-line-arguments.md) section. -Or if you are looking fo more advanced examples then have a look at [the features](./features/http1.md) section. +Or if you are looking for more advanced examples then have a look at [the features](./features/http1.md) section. -- libgit2 1.7.2