An open API service indexing awesome lists of open source software.

https://github.com/schu/flatcar-lxd-image


https://github.com/schu/flatcar-lxd-image

flatcar flatcar-linux lxd

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# flatcar-lxd-image

A helper script to import [Flatcar Linux](https://kinvolk.io/flatcar-container-linux/)
qemu virtual machine images into [LXD](https://linuxcontainers.org/lxd/).

## Usage

```
./flatcar-lxd-image [ [ []]]
```

Default `` and `` is the latest stable release.

```
[...]

==> Added image 'flatcar-stable-2605.12.0'
==> Example launch command:

lxc launch flatcar-stable-2605.12.0 v1 --config security.secureboot=false

[...]

lxc image info flatcar-stable-2605.12.0

Fingerprint: 98ec788...
Size: 1035.88MB
Architecture: x86_64
Type: virtual-machine

[...]
```

To access the launched VM, `lxc console` can be used:

```
lxc console v1
```