Skip to content

Commit

Permalink
Updated registry disk docs to build off of the proper image.
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Redding <[email protected]>
  • Loading branch information
dylanzr committed Sep 26, 2018
1 parent 175ed3a commit 26db12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/container-register-disks.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ device consumable by libvirt.
Example:
```
cat << END > Dockerfile
FROM kubevirt.io:disk
FROM kubevirt/registry-disk-v1alpha
ADD fedora25.qcow2 /disk
END
docker build -t vmdisks/fedora25:latest .
Expand Down

0 comments on commit 26db12e

Please sign in to comment.