mirror of
https://github.com/moby/moby.git
synced 2026-08-09 17:39:58 +00:00
Merge pull request #49833 from vvoland/rootless-iptables-check
contrib/rootless-setuptool: Fix iptables detection
This commit is contained in:
@@ -152,6 +152,7 @@ init() {
|
||||
case $iptables_version in
|
||||
*legacy*) iptables_module="ip_tables" ;;
|
||||
esac
|
||||
else
|
||||
faced_iptables_error=1
|
||||
if [ -z "$OPT_SKIP_IPTABLES" ]; then
|
||||
if command -v apt-get > /dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user