This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
Force container to use host network (NAT)
pull/150/head
Tom
4 years ago
parent
9983230cd9
commit
45ba40bc8e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build.sh
+ 1
- 1
build.sh
View File
@ -87,7 +87,7 @@ elif [ "$CLEAN_SLATE" ]; then
fi
## Run Docker
docker run --rm -it
\
docker run --rm -it
--network host
\
--user
"
$(
id -u
)
:
$(
id -g
)
"
\
-v
"
$PWD
/
$MODEL
/build:
$DOCKER_COREBOOT_DIR
"
\
-v
"
$PWD
/
$MODEL
:
$DOCKER_SCRIPT_DIR
"
\
Write
Preview
Loading…
Cancel
Save