Dockerfile:
FROM gabilm/ietf-ipsec:latest
ENV SRC_PATH /home/netconf/ietf-ipsec
WORKDIR $SRC_PATH
COPY misc/supervisord.conf /etc/supervisord.conf
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
supervisord.conf
[program:ietf-ipsec]
command=/bin/bash -c "./ietf-ipsec -c $SDN_IPSEC_CASE"
redirect_stderr=true
stdout_logfile=/home/netconf/netopeer.log
priority=2
autostart= True
autorestart = false
startsecs = 10
startretries = 0
Content type
Image
Digest
Size
406.4 MB
Last updated
almost 6 years ago
docker pull gabilm/ietf-ipsec:v8.61