A dead-simple interactive sandbox to learn curl through the command line.
Build and start the container:
docker build -t curl-fu .
docker run -p 5001:5001 curl-fuOnce it's running, just start your training:
curl http://localhost:5001/Follow the instructions from there.