1apptainer(1)                                                      apptainer(1)
2
3
4

NAME

6       apptainer-overlay-create - Create EXT3 writable overlay image
7
8
9

SYNOPSIS

11       apptainer overlay create  image
12
13
14

DESCRIPTION

16       The overlay create command allows to create EXT3 writable overlay image
17       either
18         as a single EXT3 image or by adding it automatically to  an  existing
19       SIF image.
20
21
22

OPTIONS

24       --create-dir=[]      directory to create as part of the overlay layout
25
26
27       -h, --help[=false]      help for create
28
29
30       -s, --size=64      size of the EXT3 writable overlay in MiB
31
32
33

EXAMPLE

35                To create and add a writable overlay to an existing SIF image:
36                $ apptainer overlay create --size 1024 /tmp/image.sif
37
38                To create a single EXT3 writable overlay image:
39                $ apptainer overlay create --size 1024 /tmp/my_overlay.img
40
41
42
43

SEE ALSO

45       apptainer-overlay(1)
46
47
48

HISTORY

50       22-Jun-2022 Auto generated by spf13/cobra
51
52
53
54Auto generated by spf13/cobra      Jun 2022                       apptainer(1)
Impressum