瀏覽代碼

Docker build with host network.

tags/v4.0.0-beta.1
Luigi Freitas Cruz 4 年之前
父節點
當前提交
fae4e4bca1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      builder/build-docker.sh

+ 1
- 1
builder/build-docker.sh 查看文件

@@ -73,7 +73,7 @@ fi
# Modify original build-options to allow config file to be mounted in the docker container
BUILD_OPTS="$(echo "${BUILD_OPTS:-}" | sed -E 's@\-c\s?([^ ]+)@-c /config@')"

${DOCKER} build -t pi-gen "${DIR}"
${DOCKER} build --network=host -t pi-gen "${DIR}"
if [ "${CONTAINER_EXISTS}" != "" ]; then
trap 'echo "got CTRL+C... please wait 5s" && ${DOCKER} stop -t 5 ${CONTAINER_NAME}_cont' SIGINT SIGTERM
time ${DOCKER} run --rm --privileged \


Loading…
取消
儲存