Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 346 Bytes

File metadata and controls

22 lines (14 loc) · 346 Bytes

curl-fu

A dead-simple interactive sandbox to learn curl through the command line.

How to run

Build and start the container:

docker build -t curl-fu .
docker run -p 5001:5001 curl-fu

How to play

Once it's running, just start your training:

curl http://localhost:5001/

Follow the instructions from there.