Skip to main content

Quick Start

Create an ssh key ~/.ssh/id_rsa.pub :

ssh-keygen -t rsa

Download an Ubuntu image :

wget 'https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img' \
-O /tmp/ubuntu-22.04-server-cloudimg-amd64.img

Create the virtual machine :

cd freyja
freyja machine create -c examples/basic.yaml

Check the created virtual machines :

freyja machine list
freyja machine info
Connexion

You may now connect to this machine using SSH connexion with the default user freyja:master.

Remove the created virtual machine :

freyja machine delete freyja-ubuntu

More

::info Other examples For more usecases, check the examples of configuration in the Github Repository :::