Skip to content

Commit 2b2a5d0

Browse files
authored
docs: Network namespacing is not required anymore (#53)
1 parent d0ff825 commit 2b2a5d0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ cat /sys/class/remoteproc/remoteproc0/name
5555
docker run \
5656
--runtime io.containerd.remoteproc.v1 \
5757
--annotation remoteproc.name="my-remote-processor" \
58-
--network=host \
5958
my-firmware:latest
6059

6160
# 5. See your firmware running as a container

docs/USAGE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,10 @@ Remoteproc Runtime supports several container engines, but the specifics of inte
5959
<details open>
6060
<summary id="using-docker"><ins>Using Docker</ins></summary>
6161

62-
⚠️ Docker network must be set to 'Host' (`--network=host`), as the remoteproc proxy process runs in the host's network namespace.
63-
6462
```sh
6563
docker run \
6664
--runtime io.containerd.remoteproc.v1 \
6765
--annotation remoteproc.name="<target-processor-name>" \
68-
--network=host \
6966
<image-name>
7067
```
7168

0 commit comments

Comments
 (0)