index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-02-14 15:35:17.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-02-14 15:35:17.0 +00:00:00
commit
83440d3a50071ca99e082fbbdbf8ee9445087ef4 [patch]
tree
9694f61808fc2867d36b0bb5143c94ad85d5570d
parent
eb482a44a573759e55c7944f2ee0a23682c1b01e
download
83440d3a50071ca99e082fbbdbf8ee9445087ef4.tar.gz

docs: minor docker updates [skip ci]



Diff

 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.