Files
linuxkit/.gitignore
Rolf Neugebauer a16d1683f8 cmd: Add a -state argument to VMware runner
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>
2017-05-15 12:13:55 +01:00

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/*