mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 03:53:47 +00:00
The state directory is used to store: - the disk image, if not specified via '-disk' - the ISO for metadata, if '-data' is used - the Unix domain socket for virtio sockets - the PID of the hyperkit process - a JSON file with the hyperkit configuration This patch also enables the virtio socket device for the VM. While at it, also fix .gitignore to ignore kernel images again. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
18 lines
129 B
Plaintext
18 lines
129 B
Plaintext
*.log
|
|
Dockerfile.media
|
|
/bin
|
|
*.swp
|
|
*.img
|
|
*.tag
|
|
*.iso
|
|
*.vhd
|
|
*.tar
|
|
*.gz
|
|
*.vhdx
|
|
*.efi
|
|
*.qcow2
|
|
*-kernel
|
|
*-cmdline
|
|
*-state
|
|
artifacts/*
|