我最近将docker从1.4更新为1.5(带有包lxc_docker)。 从那时起,docker守护进程发送如下错误(针对每个命令): $ docker version Client version: 1.5.0 Client API version: 1.17 Go version (client): go1.4.1 Git commit (client): a8a31ef OS/Arch (client): linux/amd64 FATA[0000] Error response from daemon: 404 page not found 但是,如果我使用客户端的先前版本,则会得到很好的答案: $ /usr/bin/docker-old version Client version: 1.4.0 Client API version: 1.16 Go version (client): go1.3.3 Git commit (client): …
我开始使用RHEL7,并了解一些有关systemd的更改。 有没有一种方法可以/sbin/service iptables save在firewalld中执行? $ /sbin/service iptables save The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl. 我可以从文档中找到最接近的并行度是--reload: Reload the firewall without loosing state information: $ firewall-cmd --reload 但是它没有明确说明是否保存。