Skip to content

Quick page testing with Alpine CURL

Posted on:November 13, 2021

Used to test content of website via {% footnoteref “alpine-curl” “Docker Image: https://hub.docker.com/repository/docker/sbusso/alpine-curl” %}Alpine CURL Image{% endfootnoteref %}.

docker run --rm -e SITE='https://example.com' -e \
                   CONTENT=test sbusso/alpine-curl; echo $?