Skip to content

Commit e48474b

Browse files
authored
Merge pull request #82082 from aspauldi/CNV-46303
CNV#46303: [enterprise-4.16] Issue in file virt/virtual_machines/creating_vms_custom/virt-creating-vms-from-container-disks.adoc
2 parents 70e198b + a6fdf99 commit e48474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/virt-preparing-container-disk-for-vms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following example uses the Red Hat Universal Base Image (UBI) to handle thes
3030
----
3131
$ cat > Dockerfile << EOF
3232
FROM registry.access.redhat.com/ubi8/ubi:latest AS builder
33-
ADD --chown=107:107 <vm_image>.qcow2 /disk/ \// <1>
33+
ADD --chown=107:107 <vm_image>.qcow2 /disk/ // <1>
3434
RUN chmod 0440 /disk/*
3535

3636
FROM scratch

0 commit comments

Comments
 (0)