Skip to content

Commit afad05d

Browse files
committed
Revert "feat: use host network for docker"
This reverts commit 9cef42a because this configuration change appeared to be unnecessary. Additionally it introduce unwanted changes to the way CI was working. Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 9cef42a commit afad05d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/devtool

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ run_devctr() {
305305
--rm \
306306
--volume /dev:/dev \
307307
--volume "$FC_ROOT_DIR:$CTR_FC_ROOT_DIR:z" \
308-
--network="host" \
309308
--tmpfs /srv:exec,dev,size=32G \
310309
-v /boot:/boot \
311310
--env PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)