Skip to content

yauritux/busybox-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

What is busybox-curl ?

A minimum bare operating system ( busybox ) equipped with client url ( CURL ) to fetch extra godies via HTTP call.

How to Use this Image ?

  1. Ensure you have docker client within your machine.
  2. Fire-up the terminal
  3. Build the image by executing the following command:
docker build -t yauritux/busybox-curl .
  1. Run the image by using the following command:
docker container run -it --rm yauritux/busybox-curl

LICENSE

View license information for the software contained in this image.

Supported Docker Versions

This image is officially supported on Docker version 1.12.3. Please see the docker installation documentation for details on how to upgrade your Docker daemon.

User Feedback

Issues

If you have any problems with or questions about this image, please contact me through a GitHub issue.