Skip to content

Commit 1c72c4a

Browse files
committed
doc: fix raspberry notes
1 parent c05bf5b commit 1c72c4a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,14 @@ The Reason for this is as documented `here <https://forums.docker.com/t/failing-
262262
The summary reason is that the docker installer uses iptables for nat. Unfortunately Debian uses nftables. You can convert the entries over to nftables or just setup Debian to use the legacy iptables.
263263
On the target Raspberry Pi issue the following to resolve or incorporate the SLS before in your custom SLS
264264

265-
.. code:: bash
265+
.. code-block:: bash
266266
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
267267
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
268268
sudo shutdown -r 0 # Do a restart, Docker.d should then function
269269
270270
or the following SLS
271-
.. code:: yaml
271+
272+
.. code-block:: yaml
272273
iptables:
273274
alternatives.set:
274275
- path: /usr/sbin/iptables-legacy

0 commit comments

Comments
 (0)