2 Commits

Author SHA1 Message Date
c9f25f35fc Trying to fix docker. 2023-11-11 20:37:36 +00:00
6aa34d9898 Trying to fix docker. 2023-11-11 20:24:03 +00:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Docker Github Action Runner
## Version 1.0.12
## Version 1.0.14

View File

@ -4,6 +4,10 @@ if [[ -z "${HOME_USER}" ]]; then
HOME_USER="docker"
fi
#Ensure that the iptables legacy binary is used instead of the iptables-nft variant
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
# Ensure that all nodes in /dev/mapper correspond to mapped devices currently loaded by the device-mapper kernel driver
dmsetup mknodes