
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
fear-core-docker
Advanced tools
This repo contains the docker api library.
You can use this to execute Docker, Docker Machine and VNC commands
To use the library, please install the module first:
$ npm install --save-dev git+ssh://git@github.com:DigitalInnovation/fear-core-docker.git
PLEASE NOTE the above command requires npm
version 2.7.1
or above, see this issue.
var coreDocker = require('fear-core-docker').docker;
var dockerMachine = require('fear-core-docker').machine;
var dockerVnc = require('fear-core-docker').vnc;
dockerMachine.create('my-machine-name')
.then(function() {
return dockerMachine.start('my-machine-name');
});
var docker = new coreDocker('my-machine-name');
docker.ready()
.then(function() {
return docker.pull('my-container-image');
})
dockerVNC.open({host: global.dockerMachineIP['my-ip-identifier']});
FAQs
FEAR core docker tasks
The npm package fear-core-docker receives a total of 4 weekly downloads. As such, fear-core-docker popularity was classified as not popular.
We found that fear-core-docker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.