Skip to content

Commit

Permalink
Merge pull request #105 from nimbius/master
Browse files Browse the repository at this point in the history
changed web doc to match markdown for docker self histed config
  • Loading branch information
antonym authored May 25, 2024
2 parents f512e56 + c58a332 commit 634842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/selfhosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The output will be dropped into `/var/www/html` by default. You can override th
You can also leverage docker to generate the netboot.xyz menu and disks in a container which then outputs the results of the rendered templates and compiled iPXE disks into a directory. First ensure you have docker installed and then run:

```bash
docker build -t localbuild -f Dockerfile-build .
docker build -t localbuild -f Dockerfile .
docker run --rm -it -v $(pwd):/buildout localbuild
```

Expand Down

0 comments on commit 634842d

Please sign in to comment.