Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@monolayer/dsdk
Advanced tools
DSDK
is a type-safe SDK you can use to access the Docker Engine API.
npm install @monolayer/dsdk
DSDK
will access the Docker Engine API by connecting to the Docker daemon of your choice.
All you need to do is to configure DSDK
to use an existing Docker context with setContext.
import { setContext } from "@monolayer/dsdk/config";
// Will use credentials from the default Docker context
await setContext("default");
:tada: That's it. You're ready to go!
::: info
DSDK
supports Unix sockets and SSH connections.
You have can interact with Docker Engine API endpoints except:
See selected examples to interact with the Docker Engine API.
To debug API calls, set the environment variable DEBUG
to trace
.
Full documentation is available here: DSDK Documentation
FAQs
TypeScript SDK interact with the Docker Engine API
The npm package @monolayer/dsdk receives a total of 1 weekly downloads. As such, @monolayer/dsdk popularity was classified as not popular.
We found that @monolayer/dsdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.