mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Update check-config.sh to include modules for FTP/TFTP
Signed-off-by: Santhosh Manohar <santhosh@docker.com> Upstream-commit: e475136208776f68840f987d751d45690378acf2 Component: engine
This commit is contained in:
@@ -293,6 +293,8 @@ echo ' - "'$(wrap_color 'ipvlan' blue)'":'
|
||||
check_flags IPVLAN | sed 's/^/ /'
|
||||
echo ' - "'$(wrap_color 'macvlan' blue)'":'
|
||||
check_flags MACVLAN DUMMY | sed 's/^/ /'
|
||||
echo ' - "'$(wrap_color 'ftp,tftp client in container' blue)'":'
|
||||
check_flags NF_NAT_FTP NF_CONNTRACK_FTP NF_NAT_TFTP NF_CONNTRACK_TFTP | sed 's/^/ /'
|
||||
|
||||
# only fail if no storage drivers available
|
||||
CODE=${EXITCODE}
|
||||
|
||||
Reference in New Issue
Block a user