Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
docker-gce-discovery
Advanced tools
A Node.js library for discovering Docker containers on multiple hosts.
A Node.js library for discovering Docker containers across Google Cloud Compute machines.
To use a Google Cloud service account token is required.
var discoveryInstance = require('docker-gce-discovery').create({
gceConfig: '..path to service account JSON file or the object itself...',
zones: ['us-central1-b'], // zones list
project: null, // your project name
machineTags: [ 'docker-machine' ], // required tags a GCE machine must have to be monitored
dockerPort: 2280, // which port on the found machines to use to connect
watch: true // if enabled watch Docker Daemon for changes
});
discoveryInstance.containers //has containers list.
discoveryInstance.machines //has machines list.
You should to set zones and project name. Look basic-usage.js
FAQs
A Node.js library for discovering Docker containers on multiple hosts.
We found that docker-gce-discovery demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.