https://github.com/saghul/lxd-alpine-builder
Build Alpine Linux images for LXD
https://github.com/saghul/lxd-alpine-builder
Last synced: over 1 year ago
JSON representation
Build Alpine Linux images for LXD
- Host: GitHub
- URL: https://github.com/saghul/lxd-alpine-builder
- Owner: saghul
- License: lgpl-2.1
- Created: 2016-01-14T22:16:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T19:58:19.000Z (over 4 years ago)
- Last Synced: 2025-03-16T01:11:20.510Z (over 1 year ago)
- Language: Shell
- Size: 3.04 MB
- Stars: 184
- Watchers: 5
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LXD Alpine Linux image builder
This script provides a way to create [Alpine Linux](http://alpinelinux.org/)
images for their use with [LXD](https://linuxcontainers.org/lxd/).
It's based off the LXC templates.
The image will be built just by installing the `alpine-base` meta-package.
Networking and syslog are enabled by default.
## Usage
In order to build the latest Alpine image just run the script (must be done
as root):
sudo ./build-alpine
For more options check the help:
sudo ./build-alpine -h
After the image is built it can be added as an image to LXD as follows:
lxc image import alpine-v3.3-x86_64-20160114_2308.tar.gz --alias alpine-v3.3
## License
This script uses the same license as the script it was derived from: LGPL 2.1