We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732889a commit c0b0511Copy full SHA for c0b0511
docs/Containers/Home-Assistant.md
@@ -163,7 +163,9 @@ your RPi hostname is raspberrypi)
163
7. Forward to correct IP when target is a container running in "network_mode:
164
host" (like Home Assistant does):
165
166
- ```console
+ <!-- Note to documentation writers: using the console-highlighter would
167
+ make the '#!/bin/sh'-line an unselectable "prompt". -->
168
+ ``` bash title="Note: in order for copy-paste to work properly, the usual $-prompts are omitted"
169
cd ~/IOTstack
170
cat << 'EOF' | sudo tee volumes/swag/config/custom-cont-init.d/add-host.docker.internal.sh
171
#!/bin/sh
0 commit comments