https://github.com/threefoldtech/vbuilders
builders based on docker
https://github.com/threefoldtech/vbuilders
Last synced: about 1 month ago
JSON representation
builders based on docker
- Host: GitHub
- URL: https://github.com/threefoldtech/vbuilders
- Owner: threefoldtech
- License: apache-2.0
- Created: 2020-04-20T07:47:28.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2023-12-11T15:22:58.000Z (over 1 year ago)
- Last Synced: 2023-12-29T07:15:12.178Z (over 1 year ago)
- Language: V
- Size: 6.52 MB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Builders

Our aim is to make a set of reprocable builders using vlang.
Our requirements
- easy to read
- easy to extend
- easier to develop than 100+ bash scriptsDocumentation on https://github.com/freeflowuniverse/crystallib
> there are a lot of docker examples in https://github.com/threefoldtech/tf-images, look for inspiration there before creating the vbuilders
## Get started with crystallib & builders
see https://github.com/freeflowuniverse/crystallib
## Example
```bash
#go to branch of kristof for now
cd ~/code/github/freeflowuniverse/crystallib
#example installers for caddy, ...
vrun ~/code/github/threefoldtech/vbuilders/vinstallers/example.v
```