a simple Alpine linux konteyner image with curl
Use following commands to build & push to Docker Hub
docker login --username=kullanıcı_adı --password=şifre
docker build --pull -t enterprisecodingcom/curl:latest .
docker push enterprisecodingcom/curl:latest