Update README.md

This commit is contained in:
Antony Messerli 2021-10-07 20:59:58 -05:00 committed by GitHub
parent 623be0c382
commit 7b008e92d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,9 @@
## Overview
The netboot.xyz docker image allows you to easily set up a local instance of netboot.xyz with a single command. The container is built from Alpine Linux and contains several components:
The netboot.xyz docker image allows you to easily set up a local instance of netboot.xyz with a single command. The container is a small helper application written in node.js. It provides a simple web interface for editing menus on the fly, retrieving the latest menu release of netboot.xyz, and enables mirroring the downloadable assets from Github to your location machine for faster booting of assets.
It's a great tool for developing and testing changes to the menus. The container is built from Alpine Linux and contains several components:
* netboot.xyz [webapp](https://github.com/netbootxyz/webapp)
* Nginx for hosting local assets from the container
@ -13,9 +15,11 @@ The netboot.xyz docker image allows you to easily set up a local instance of net
* syslog for providing tftp activity logs
Services are managed in the container by [supervisord](http://supervisord.org/).
## Usage
The following snippets are examples of starting up the container.
### docker-cli
```bash