Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bring-a-ping

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bring-a-ping

a module that says 'ping' - used to test basic docker behaviour

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

bring-a-ping

a half pointless module that prints a string back to the command line

used to test basic docker functionality in other modules test suites

install

node:

$ npm install bring-a-ping -g

docker:

$ docker pull binocarlos/bring-a-ping

usage

node:

$ bring-a-ping
ping

docker:

$ docker run --rm binocarlos/bring-a-ping
ping

You can change the string and loop over it:

$ bring-a-ping --string apples --timeout 2000
apples
apples
...

options

Usage: bring-a-ping [arg...]

 -s, --string=ping          what string to ping
 -t, --timeout=1000         loop and ping every X milliseconds

why?

Because I needed a throwaway docker image that is lightweight and throwaway.

This means in tests I can docker pull then docker rmi --no-prune and it dont take much time.

license

MIT

Keywords

FAQs

Package last updated on 08 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc