问题:
[root@muban ~]# docker container run -d -p 88:80 nginx
WARNING: IPv4 forwarding is disabled. Networking will not work.
c3ea9ed2e9f52aae67534a74c5a9deb113c01901da1da5f640edad698993ae0c
解决方法:
vim /usr/lib/sysctl.d/00-system.conf
# 添加代码
net.ipv4.ip_forward=1
# 重启服务