Skip to content

droidian-releng/golang-github-go-debos-fakemachine

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2023
Jan 10, 2024
Nov 12, 2023
Jul 24, 2023
May 4, 2024
Feb 8, 2023
Oct 21, 2022
Feb 8, 2023
Nov 12, 2023
Jan 10, 2018
Mar 7, 2018
Feb 8, 2023
Jan 10, 2024
May 4, 2024
Jan 10, 2024
Oct 21, 2022
Jul 24, 2023
Jan 17, 2024
Jan 17, 2024
May 4, 2024
Nov 12, 2023

Repository files navigation

fakemachine - fake a machine

Creates a virtual machine based on the currently running system.

Synopsis

fakemachine [options] <command to run inside machine>
fakemachine [--help]

Application Options:

  -b, --backend=[auto|kvm|uml|qemu] Virtualisation backend to use (default: auto)
  -v, --volume=                     volume to mount
  -i, --image=                      image to add
  -e, --environ-var=                Environment variables (use -e VARIABLE:VALUE syntax)
  -m, --memory=                     Amount of memory for the fakemachine in megabytes
  -c, --cpus=                       Number of CPUs for the fakemachine
  -s, --scratchsize=                On-disk scratch space size (with a unit suffix, e.g. 4G); if unset,
                                    memory backed scratch space is used
      --show-boot                   Show boot/console messages from the fakemachine

Help Options:
  -h, --help                        Show this help message