Ed Warnicke | 148cc01 | 2018-08-15 11:43:54 -0500 | [diff] [blame] | 1 | FROM centos:7.3.1611 |
2 | ARG REPO=release | ||||
3 | RUN curl -s https://packagecloud.io/install/repositories/fdio/${REPO}/script.rpm.sh | bash | ||||
4 | RUN yum -y install vpp vpp-plugins | ||||
5 | CMD ["/usr/bin/vpp","-c","/etc/vpp/startup.conf"] |