Sign inSign up

gabilm/ietf-ipsec

By gabilm

Updated almost 6 years ago

Image
0

110

gabilm/ietf-ipsec repository overview

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

Tag summary

Content type

Image

Digest

Size

406.4 MB

Last updated

almost 6 years ago

docker pull gabilm/ietf-ipsec:v8.61