16 lines
248 B
Markdown
16 lines
248 B
Markdown
# SoftwareFactory
|
||
|
||
## Getting started
|
||
|
||
### Pre
|
||
|
||
Make sure Podman API socket is running and enabled
|
||
|
||
´´´bash
|
||
sudo systemctl enable --now podman.socket
|
||
´´´
|
||
|
||
### Build terraform-podman
|
||
|
||
podman build -t terraform-podman infrastructure/terraform/
|