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

@131/docker-sdk

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@131/docker-sdk

[![Build Status](https://github.com/131/docker-sdk/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/131/docker-sdk/actions/workflows/test.yml) [![Coverage Status](https://coveralls.io/repos/github/131/docker-sdk/badge.svg?branch=ma

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
51
decreased by-50%
Maintainers
0
Weekly downloads
 
Created
Source

Build Status Coverage Status Version

License Code style

Motivation

This module provide an API wrapper for docker & docker registry.

Usage sample

export MY_CORP_NAME_REGISTRY_LOCAL_USER=foo
export MY_CORP_NAME_REGISTRY_LOCAL_PASSWORD=bar


npm install @131/docker-sdk

cnyks @131/docker-sdk/registry-sdk my.corp.name.registry.local --ir://run=manifest --image=my.corp.name.registry.local/some/project/path:v1.2.3

Tips

# Debug using
socat -v TCP-LISTEN:1234,fork PIPE:/tmp/docker_engine.sock
socat -v TCP-LISTEN:1234,fork UNIX-CONNECT:/tmp/docker_engine.sock
export DOCKER_HOST=tcp://127.0.0.1:1234

Credits

  • 131

FAQs

Package last updated on 24 Oct 2024

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