Skip to content

CURL Docker (alpine) | Automatically detect usage as command line or as an image | Flexible use

Notifications You must be signed in to change notification settings

sulfureux/docker-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker CURL

CURL Docker (alpine) | Automatically detect usage as command line or as an image | Flexible use

Size: 5.48MB

Usage

Flexible, unlimited usage

Like a CLI

docker run --rm weup/curl https://google.com

Get inside

docker run -it weup/curl
$ curl https://google.com
$ exit

Image for Gitlab's CI

stages:
  - curl

curl-data:
  image: weup/curl
  stage: curl
  script:
    - curl https://google.com

Create a new Dockerfile

FROM weup/curl
...

And anything else

About

CURL Docker (alpine) | Automatically detect usage as command line or as an image | Flexible use

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages