Add step for enabling and starting local podman socket
Allows interfacing with podman on the host from within containers
This commit is contained in:
4
Makefile
4
Makefile
@@ -32,5 +32,7 @@ scripts:
|
|||||||
cp starship.toml ~/.config/starship.toml
|
cp starship.toml ~/.config/starship.toml
|
||||||
sed -i "s/#XXXXXX/$(STARSHIP_COLOR)/g" ~/.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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user