Guest User

Untitled

a guest
Jan 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. FROM ubuntu:latest
  2.  
  3. RUN apt-get update
  4. RUN apt-get install -y dnsutils iputils-ping iproute2 tcpdump vim
  5. RUN apt-get install -y python python3
  6. RUN mkdir /etc/exabgp
  7. COPY exabgp.env /etc/exabgp/exabgp.env
  8. COPY exabgp.conf /etc/exabgp/exabgp.conf
  9.  
  10. RUN mkdir /var/run/exabgp
  11. RUN mkfifo /var/run/exabgp/exabgp.in /var/run/exabgp/exabgp.out
  12. RUN chmod 600 /var/run/exabgp/exabgp.in /var/run/exabgp/exabgp.out
Add Comment
Please, Sign In to add comment