https://github.com/home-assistant/libcoap/tree/dtls with DLTS dockerized
all credits go to https://github.com/home-assistant/libcoap/graphs/contributors
docker build -t webproject/coap-client:latest .
docker run --rm --net=host --name coap-client webproject/coap-client -m post -u "Client_identity" -k "<COAP_GATEWAY_SECRET>" -e '{"9090":"php-api-user"}' "coaps://<COAP_GATEWAY_IP>:5684/15011/9063""
docker run --rm --net=host --name coap-client webproject/coap-client -m get -u "php-api-user" -k "<COAP_API_KEY>" "coaps://<COAP_GATEWAY_IP>:5684/.well-known/core"
docker run -rm --net=host --name coap-client webproject/coap-client
see creators licence: at https://github.com/home-assistant/libcoap/tree/dtls