Ficus (フィークス) 无花果
- a blog management service
- build with go and gofiber
- should be high performance
# install podman
yum install podman
# install podman-compose
yum install python3-pip
pip3 install podman-compose
# set up alias maybe?
vim ~/.zsh
alias pc=podman-compose
# install go-task
go install github.com/go-task/task/v3/cmd/task@latest
- enable sock
systemctl --user start podman.socket
- check status
- set up
DOCKER_HOST
=unix://$XDG_RUNTIME_DIR/podman/podman.sock