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(-)
@@ -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)
@@ -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.