tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
fireup
8
fork
atom
Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization
linux
microvm
firecracker
8
fork
atom
overview
issues
pulls
pipelines
update README
tsiry-sandratraina.com
6 months ago
8bda4f79
cc53d765
1/1
fmt.yml
success
1m 22s
+51
-26
1 changed file
expand all
collapse all
unified
split
README.md
+51
-26
README.md
reviewed
···
39
39
40
40
## Usage
41
41
42
42
-
```bash
43
43
-
42
42
+
```
44
43
_______ __ __
45
44
/ ____(_)_______ / / / /___
46
45
/ /_ / / ___/ _ \/ / / / __ \
···
69
68
help Print this message or the help of the given subcommand(s)
70
69
71
70
Options:
72
72
-
--debian Prepare Debian MicroVM
73
73
-
--alpine Prepare Alpine MicroVM
74
74
-
--nixos Prepare NixOS MicroVM
75
75
-
--fedora Prepare Fedora MicroVM
76
76
-
--gentoo Prepare Gentoo MicroVM
77
77
-
--slackware Prepare Slackware MicroVM
78
78
-
--opensuse Prepare OpenSUSE MicroVM
79
79
-
--opensuse-tumbleweed Prepare OpenSUSE Tumbleweed MicroVM
80
80
-
--almalinux Prepare AlmaLinux MicroVM
81
81
-
--rockylinux Prepare RockyLinux MicroVM
82
82
-
--archlinux Prepare ArchLinux MicroVM
83
83
-
--ubuntu Prepare Ubuntu MicroVM
84
84
-
--vcpu <n> Number of vCPUs
85
85
-
--memory <m> Memory size in MiB
86
86
-
--vmlinux <path> Path to the kernel image
87
87
-
--rootfs <path> Path to the root filesystem image
88
88
-
--bridge <name> Name of the bridge interface [default: br0]
89
89
-
--tap <name> Name of the tap interface [default: ]
90
90
-
--mac-address <MAC> MAC address for the network interface
91
91
-
--api-socket <path> Path to the Firecracker API socket
92
92
-
--boot-args <ARGS> Override boot arguments
93
93
-
--ssh-keys <SSH_KEYS> Comma-separated list of SSH public keys to add to the VM
94
94
-
-h, --help Print help
95
95
-
-V, --version Print version
71
71
+
--debian
72
72
+
Prepare Debian MicroVM
73
73
+
--alpine
74
74
+
Prepare Alpine MicroVM
75
75
+
--nixos
76
76
+
Prepare NixOS MicroVM
77
77
+
--fedora
78
78
+
Prepare Fedora MicroVM
79
79
+
--gentoo
80
80
+
Prepare Gentoo MicroVM
81
81
+
--slackware
82
82
+
Prepare Slackware MicroVM
83
83
+
--opensuse
84
84
+
Prepare OpenSUSE MicroVM
85
85
+
--opensuse-tumbleweed
86
86
+
Prepare OpenSUSE Tumbleweed MicroVM
87
87
+
--almalinux
88
88
+
Prepare AlmaLinux MicroVM
89
89
+
--rockylinux
90
90
+
Prepare RockyLinux MicroVM
91
91
+
--archlinux
92
92
+
Prepare ArchLinux MicroVM
93
93
+
--ubuntu
94
94
+
Prepare Ubuntu MicroVM
95
95
+
--vcpu <n>
96
96
+
Number of vCPUs
97
97
+
--memory <m>
98
98
+
Memory size in MiB
99
99
+
--vmlinux <path>
100
100
+
Path to the kernel image
101
101
+
--rootfs <path>
102
102
+
Path to the root filesystem image
103
103
+
--bridge <name>
104
104
+
Name of the bridge interface [default: br0]
105
105
+
--tap <name>
106
106
+
Name of the tap interface [default: ]
107
107
+
--mac-address <MAC>
108
108
+
MAC address for the network interface
109
109
+
--api-socket <path>
110
110
+
Path to the Firecracker API socket
111
111
+
--boot-args <ARGS>
112
112
+
Override boot arguments
113
113
+
--ssh-keys <SSH_KEYS>
114
114
+
Comma-separated list of SSH public keys to add to the VM
115
115
+
--tailscale-auth-key <TAILSCALE_AUTH_KEY>
116
116
+
Tailscale auth key to connect the VM to a Tailscale network
117
117
+
-h, --help
118
118
+
Print help
119
119
+
-V, --version
120
120
+
Print version
96
121
```