Skip to content

Instantly share code, notes, and snippets.

@chantra
Created January 11, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chantra/c22332788695f9f9ea309d79aa0389b3 to your computer and use it in GitHub Desktop.
Save chantra/c22332788695f9f9ea309d79aa0389b3 to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y dnsutils iputils-ping iproute2 tcpdump vim
RUN apt-get install -y python python3
RUN mkdir /etc/exabgp
COPY exabgp.env /etc/exabgp/exabgp.env
COPY exabgp.conf /etc/exabgp/exabgp.conf
RUN mkdir /var/run/exabgp
RUN mkfifo /var/run/exabgp/exabgp.in /var/run/exabgp/exabgp.out
RUN chmod 600 /var/run/exabgp/exabgp.in /var/run/exabgp/exabgp.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment