···225225Tag a VM disk image:
226226227227```bash
228228-freebsd-up tag vm-name registry.example.com/myimage:latest
228228+freebsd-up tag vm-name ghcr.io/tsirysndr/freebsd:15.0-BETA4
229229```
230230231231Remove a VM disk image:
···243243Logout from OCI registry:
244244245245```bash
246246-freebsd-up logout registry.example.com
246246+freebsd-up logout ghcr.io
247247```
248248249249Pull an image from OCI registry: