Skip to content

Base image for private/remote use (bootable) container applications

Notifications You must be signed in to change notification settings

gbraad-homelab/private-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Base image for private/internal use Homelab (bootable) container applications

Virtual Machine

$ wget https://github.com/gbraad-homelab/private-base/releases/download/latest/disk.qcow2 \
     -O base.qcow2
$ sudo virt-install \
    --name base --os-variant fedora-eln \
    --cpu host --vcpus 4 --memory 4096 \
    --import --disk ./base.qcow2,format=qcow2

Update

To update the base or application, you can use the bootc update-command.

$ ssh admin@<ip>
$ sudo bootc update

Switch

To change the base to a specific application, you can use the bootc switch-command.

$ ssh admin@<ip>
$ sudo bootc switch ...

Possible values:

About

Base image for private/remote use (bootable) container applications

Resources

Stars

Watchers

Forks

Packages