mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-23 10:10:18 +00:00
Merge pull request #671 from cokegen/master
Fix required missing /var/run/openvswitch directory preventing ovs to…
This commit is contained in:
commit
294f219837
@ -2,6 +2,8 @@ FROM alpine:latest
|
||||
|
||||
RUN apk add --update openvswitch nano && rm -rf /var/cache/apk/*
|
||||
|
||||
RUN mkdir /var/run/openvswitch
|
||||
|
||||
VOLUME /etc/openvswitch/
|
||||
|
||||
ADD boot.sh /bin/boot.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user