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
- Host: GitHub
- URL: https://github.com/schu/flatcar-lxd-image
- Owner: schu
- Created: 2021-02-20T10:10:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T08:38:22.000Z (over 4 years ago)
- Last Synced: 2025-01-28T16:32:52.267Z (5 months ago)
- Topics: flatcar, flatcar-linux, lxd
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```