lyyao09 / busybox-curl

Docker image for busybox equipped with curl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker image for busybox equipped with curl


Languages

Language:Dockerfile 100.0%