Update README.md

This commit is contained in:
Antony Messerli 2022-10-04 23:23:21 -05:00 committed by GitHub
parent 4e86c850a5
commit 541d9d54e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,17 @@ sudo apt install docker.io
### Download the docker image ### Download the docker image
#### From Github Container Registry
```shell ```shell
docker pull ghcr.io/netbootxyz/netbootxyz docker pull ghcr.io/netbootxyz/netbootxyz
``` ```
#### From Docker Hub
```shell
docker pull netbootxyz/netbootxyz
```
The following snippets are examples of starting up the container. The following snippets are examples of starting up the container.