diff --git a/docs/docker/parameters.md b/docs/docker/parameters.md index 0f817f8..8380c7d 100644 --- a/docs/docker/parameters.md +++ b/docs/docker/parameters.md @@ -1,7 +1,7 @@ --- title: Container Parameters sidebar_position: 3 -description: "Setting up the netboot.xyz Docker Container" +description: "netboot.xyz Docker Container Parameters" hide_table_of_contents: true --- @@ -17,4 +17,4 @@ Container images are configured using parameters passed at runtime. These parame | `-e MENU_VERSION=2.0.84` | Specify a specific version of boot files you want to use from netboot.xyz (unset pulls latest) | | `-e TFTPD_OPTS='--tftp-single-port'` | Specify arguments for the TFTP server (this example makes TFTP send all data over port 69) | | `-v /config` | Storage for boot menu files and web application config | -| `-v /assets` | Storage for netboot.xyz bootable assets (live CDs and other files) | \ No newline at end of file +| `-v /assets` | Storage for netboot.xyz bootable assets (live CDs and other files) |