mirror of
https://github.com/danderson/netboot.git
synced 2025-08-07 15:17:15 +02:00
pixiecore/README.md: update docker image names
This commit is contained in:
parent
a58c0b7bc7
commit
c36e8784c8
@ -66,7 +66,7 @@ package. Please file a bug if you hit problems with this setup.
|
|||||||
Docker and ACI autobuilds are available. They track the latest code
|
Docker and ACI autobuilds are available. They track the latest code
|
||||||
from this repository.
|
from this repository.
|
||||||
|
|
||||||
- Docker image on Docker Hub: [danderson/pixiecore](https://hub.docker.com/r/danderson/pixiecore/)
|
- Docker image on Docker Hub: [pixiecore/pixiecore](https://hub.docker.com/r/pixiecore/pixiecore/)
|
||||||
- Rkt ACI image on Quay.io: [quay.io/pixiecore/pixiecore](https://quay.io/repository/pixiecore/pixiecore)
|
- Rkt ACI image on Quay.io: [quay.io/pixiecore/pixiecore](https://quay.io/repository/pixiecore/pixiecore)
|
||||||
|
|
||||||
## Using Pixiecore in static mode ("I just want to boot a machine")
|
## Using Pixiecore in static mode ("I just want to boot a machine")
|
||||||
@ -168,7 +168,7 @@ sudo rkt run --net=host \
|
|||||||
sudo docker run \
|
sudo docker run \
|
||||||
--net=host \
|
--net=host \
|
||||||
-v .:/image \
|
-v .:/image \
|
||||||
danderson/pixiecore \
|
pixiecore/pixiecore \
|
||||||
boot /image/coreos_production_pxe.vmlinuz /image/coreos_production_pxe_image.cpio.gz
|
boot /image/coreos_production_pxe.vmlinuz /image/coreos_production_pxe_image.cpio.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user