# Docker image with curl Simple alpine image with curl preinstalled To use it: ```bash docker run -it -v "$(pwd)":/src -w /src brenard/curl ```