Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ COPY --chmod=664 ./web/conf/defaults.json /usr/share/novnc COPY --chmod=664 ./web/conf/mandatory.json /usr/share/novnc COPY --chmod=744 ./web/conf/nginx.conf /etc/nginx/default.conf ADD "https://github.com/qemus/fiano/releases/download/v1.2.0/utk_1.2.0_${TARGETARCH}.bin" /run/utk.bin ADD --chmod=755 "https://github.com/qemus/fiano/releases/download/v1.2.0/utk_1.2.0_${TARGETARCH}.bin" /run/utk.bin VOLUME /storage EXPOSE 22 5900 8006 Loading src/network.sh +1 −1 Original line number Diff line number Diff line Loading @@ -544,7 +544,7 @@ getInfo() { nic=$(grep -m 1 -i 'driver:' <<< "$result" | awk '{print $(2)}') bus=$(grep -m 1 -i 'bus-info:' <<< "$result" | awk '{print $(2)}') if [[ "${bus,,}" != "" && "${bus,,}" != "n/a" ]]; then if [[ "${bus,,}" != "" && "${bus,,}" != "n/a" && "${bus,,}" != "tap" ]]; then [[ "$DEBUG" == [Yy1]* ]] && info "Detected BUS: $bus" error "This container does not support host mode networking!" exit 29 Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ COPY --chmod=664 ./web/conf/defaults.json /usr/share/novnc COPY --chmod=664 ./web/conf/mandatory.json /usr/share/novnc COPY --chmod=744 ./web/conf/nginx.conf /etc/nginx/default.conf ADD "https://github.com/qemus/fiano/releases/download/v1.2.0/utk_1.2.0_${TARGETARCH}.bin" /run/utk.bin ADD --chmod=755 "https://github.com/qemus/fiano/releases/download/v1.2.0/utk_1.2.0_${TARGETARCH}.bin" /run/utk.bin VOLUME /storage EXPOSE 22 5900 8006 Loading
src/network.sh +1 −1 Original line number Diff line number Diff line Loading @@ -544,7 +544,7 @@ getInfo() { nic=$(grep -m 1 -i 'driver:' <<< "$result" | awk '{print $(2)}') bus=$(grep -m 1 -i 'bus-info:' <<< "$result" | awk '{print $(2)}') if [[ "${bus,,}" != "" && "${bus,,}" != "n/a" ]]; then if [[ "${bus,,}" != "" && "${bus,,}" != "n/a" && "${bus,,}" != "tap" ]]; then [[ "$DEBUG" == [Yy1]* ]] && info "Detected BUS: $bus" error "This container does not support host mode networking!" exit 29 Loading