mirror of
https://github.com/aleleba/docker-github-actions-runner.git
synced 2025-07-03 22:38:17 -06:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c9f25f35fc | |||
6aa34d9898 |
@ -1,3 +1,3 @@
|
||||
# Docker Github Action Runner
|
||||
|
||||
## Version 1.0.12
|
||||
## Version 1.0.14
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user