Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 290 Bytes

File metadata and controls

12 lines (8 loc) · 290 Bytes

curl-container

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