A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update example commands for tagging and logging out from OCI registry

+2 -2
+2 -2
README.md
··· 225 225 Tag a VM disk image: 226 226 227 227 ```bash 228 - freebsd-up tag vm-name registry.example.com/myimage:latest 228 + freebsd-up tag vm-name ghcr.io/tsirysndr/freebsd:15.0-BETA4 229 229 ``` 230 230 231 231 Remove a VM disk image: ··· 243 243 Logout from OCI registry: 244 244 245 245 ```bash 246 - freebsd-up logout registry.example.com 246 + freebsd-up logout ghcr.io 247 247 ``` 248 248 249 249 Pull an image from OCI registry: