Dockerfile to build and run libsafecrypto-tinydtls example.
Once built using 'build.sh' run the server script first, which will create the network and run the server, then run the client script.
Builds the docker container.
Creates the private docker network and runs the server component.
Runs the client component within the private docker network.
Stops running containers and removes the private network.