TommyLau / docker-ocserv

Docker OpenConnect VPN Server
349 stars 243 forks source link

how to enable debug modle ? #31

Closed macaty closed 6 years ago

macaty commented 6 years ago

how to enable debug modle with docker run ?

TommyLau commented 6 years ago

You mean ocserv's debug output?

docker run tommylau/ocserv ocserv -c /etc/ocserv/ocserv.conf -f -d 9999

You can use your own configuration, above is an example.

You can refer to the manual from ocserv.

macaty commented 6 years ago

thx it works