mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-06 00:19:06 +08:00
feat: Allow bridge networks (#904)
This commit is contained in:
parent
b967a471b5
commit
9cb88a99e6
@ -42,6 +42,8 @@ RUN set -eu && extra="" && \
|
|||||||
qemu-system-x86 \
|
qemu-system-x86 \
|
||||||
"$extra" && \
|
"$extra" && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
mkdir -p /etc/qemu && \
|
||||||
|
echo "allow br0" > /etc/qemu/bridge.conf && \
|
||||||
unlink /etc/nginx/sites-enabled/default && \
|
unlink /etc/nginx/sites-enabled/default && \
|
||||||
sed -i 's/^worker_processes.*/worker_processes 1;/' /etc/nginx/nginx.conf && \
|
sed -i 's/^worker_processes.*/worker_processes 1;/' /etc/nginx/nginx.conf && \
|
||||||
echo "$VERSION_ARG" > /run/version && \
|
echo "$VERSION_ARG" > /run/version && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user