Files
linuxkit/.gitignore
Rolf Neugebauer 5231e06dec cmd: Add a -state option to hyperkit runner (and enable vsock)
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>
2017-05-15 12:09:48 +01:00

18 lines
129 B
Plaintext

*.log
Dockerfile.media
/bin
*.swp
*.img
*.tag
*.iso
*.vhd
*.tar
*.gz
*.vhdx
*.efi
*.qcow2
*-kernel
*-cmdline
*-state
artifacts/*