mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
Fix required missing /var/run/openvswitch directory preventing ovs to boot
This commit is contained in:
parent
f27f33e028
commit
1b5877c0c5
@ -2,6 +2,8 @@ FROM alpine:latest
|
|||||||
|
|
||||||
RUN apk add --update openvswitch nano && rm -rf /var/cache/apk/*
|
RUN apk add --update openvswitch nano && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
RUN mkdir /var/run/openvswitch
|
||||||
|
|
||||||
VOLUME /etc/openvswitch/
|
VOLUME /etc/openvswitch/
|
||||||
|
|
||||||
ADD boot.sh /bin/boot.sh
|
ADD boot.sh /bin/boot.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user