Skip to content

Commit

Permalink
Merge pull request kubevirt#12669 from zwpaper/patch-1
Browse files Browse the repository at this point in the history
docs: create containerDisk should chown
  • Loading branch information
kubevirt-bot authored Aug 30, 2024
2 parents 097cc2a + 1268a6d commit 0bb4eed
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 @@ -63,7 +63,7 @@ Example:
```
cat << END > Dockerfile
FROM scratch
ADD fedora25.qcow2 /disk/
ADD --chown=107:107 fedora25.qcow2 /disk/
END
docker build -t vmdisks/fedora25:latest .
docker push vmdisks/fedora25:latest
Expand Down

0 comments on commit 0bb4eed

Please sign in to comment.