From c36e8784c8afd0a06112ed4095b5eca97e65f395 Mon Sep 17 00:00:00 2001 From: Neil Roza Date: Wed, 17 Jun 2020 19:11:55 +0000 Subject: [PATCH] pixiecore/README.md: update docker image names --- pixiecore/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixiecore/README.md b/pixiecore/README.md index 29fd0f0..c850fde 100644 --- a/pixiecore/README.md +++ b/pixiecore/README.md @@ -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 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) ## Using Pixiecore in static mode ("I just want to boot a machine") @@ -168,7 +168,7 @@ sudo rkt run --net=host \ sudo docker run \ --net=host \ -v .:/image \ - danderson/pixiecore \ + pixiecore/pixiecore \ boot /image/coreos_production_pxe.vmlinuz /image/coreos_production_pxe_image.cpio.gz ```