iNem0o / docker-robindev-pinger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker RobinDev/Pinger

robindev-pinger is a small Docker image based on Alpine Linux providing RobinDev/Pinger.

RobinDev/Pinger is a command Line to Ping with XMLRPC like wordpress

Installation

  1. Install Docker.

  2. Download builded image from public Docker Hub Registry

     docker pull inem0o/robindev-pinger
    

Build from source

git clone https://github.com/iNem0o/docker-robindev-pinger.git docker-robindev-pinger
cd docker-robindev-pinger
make build

Usage

docker run -it --rm inem0o/robindev-pinger url=https://mydomain.com/

You should read more about RobinDev/Pinger here https://github.com/RobinDev/Pinger

About


Languages

Language:Makefile 56.0%Language:Shell 39.6%Language:Dockerfile 4.4%