add iptables
This commit is contained in:
@@ -11,15 +11,16 @@ sources:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
- podman
|
- podman
|
||||||
|
- iptables
|
||||||
- runit
|
- runit
|
||||||
- go-task
|
- go-task
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# cgroups need to be running in order to run podman
|
# cgroups need to be running in order to run podman
|
||||||
- prep: |
|
- prep: |
|
||||||
sudo rc-service cgroups start
|
# sudo rc-service cgroups start
|
||||||
echo "tun" | sudo tee /etc/modules-load.d/tun.conf
|
# echo "tun" | sudo tee /etc/modules-load.d/tun.conf
|
||||||
sudo modprobe tun
|
# sudo modprobe tun
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
# build the image using the just recipe
|
# build the image using the just recipe
|
||||||
|
|||||||
Reference in New Issue
Block a user