Skip to content

Commit a8af695

Browse files
auphofBSFSLLau
authored andcommitted
doc: fix readme raspbian codeblocks
1 parent 1c72c4a commit a8af695

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,15 @@ The summary reason is that the docker installer uses iptables for nat. Unfortuna
263263
On the target Raspberry Pi issue the following to resolve or incorporate the SLS before in your custom SLS
264264

265265
.. code-block:: bash
266+
266267
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
267268
sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
268269
sudo shutdown -r 0 # Do a restart, Docker.d should then function
269270
270271
or the following SLS
271272

272273
.. code-block:: yaml
274+
273275
iptables:
274276
alternatives.set:
275277
- path: /usr/sbin/iptables-legacy

0 commit comments

Comments
 (0)