gns3-registry/docker/openvswitch/Dockerfile
AJ NOURI 14248768ff Add nano editor to ovs
People might not be familiar with vi, it is better to have an altenative editor like nano.
2017-06-06 12:27:50 +02:00

10 lines
160 B
Docker

FROM alpine:3.3
RUN apk add --update openvswitch nano && rm -rf /var/cache/apk/*
VOLUME /etc/openvswitch/
ADD boot.sh /bin/boot.sh
CMD /bin/sh /bin/boot.sh