We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c72c4a commit a8af695Copy full SHA for a8af695
1 file changed
docs/README.rst
@@ -263,13 +263,15 @@ The summary reason is that the docker installer uses iptables for nat. Unfortuna
263
On the target Raspberry Pi issue the following to resolve or incorporate the SLS before in your custom SLS
264
265
.. code-block:: bash
266
+
267
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
268
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
269
sudo shutdown -r 0 # Do a restart, Docker.d should then function
270
271
or the following SLS
272
273
.. code-block:: yaml
274
275
iptables:
276
alternatives.set:
277
- path: /usr/sbin/iptables-legacy
0 commit comments