Add step for enabling and starting local podman socket

Allows interfacing with podman on the host from within containers
This commit is contained in:
Ethan Paul
2025-11-11 14:31:33 -05:00
parent 5fa13a0c98
commit 87c761a4bf

View File

@@ -32,5 +32,7 @@ scripts:
cp starship.toml ~/.config/starship.toml
sed -i "s/#XXXXXX/$(STARSHIP_COLOR)/g" ~/.config/starship.toml
install: container scripts;
install: container scripts
systemctl --user enable podman.sock --now
systemctl --user enable podman.service --now