mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +00:00
The state directory is used to store any user data disk images and the .vmx file. At run time, it is also used to keep various other files, such as the nvram, log and lock files, etc. While at it, also clean up the code a little more and fix the handling of the "-disk-size" argument when no "-disk" argument is specified. This brings it in line with the other runners. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
20 lines
147 B
Plaintext
20 lines
147 B
Plaintext
*.log
|
|
Dockerfile.media
|
|
/bin
|
|
*.swp
|
|
*.img
|
|
*.tag
|
|
*.iso
|
|
*.vhd
|
|
*.vmdk
|
|
*.vmdk.lck
|
|
*.tar
|
|
*.gz
|
|
*.vhdx
|
|
*.efi
|
|
*.qcow2
|
|
*-kernel
|
|
*-cmdline
|
|
*-state
|
|
artifacts/*
|