35 lines
367 B
Markdown
35 lines
367 B
Markdown
# buildah
|
|
|
|
|
|
|
|
To get started
|
|
|
|
```vlang
|
|
|
|
|
|
import freeflowuniverse.herolib.installers.something. buildah
|
|
|
|
mut installer:= buildah.get()!
|
|
|
|
installer.start()!
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
## example heroscript
|
|
|
|
```hero
|
|
!!buildah.install
|
|
homedir: '/home/user/buildah'
|
|
username: 'admin'
|
|
password: 'secretpassword'
|
|
title: 'Some Title'
|
|
host: 'localhost'
|
|
port: 8888
|
|
|
|
```
|
|
|
|
|