Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

mdk

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdk

a docker-compose helper

pipPyPI
Version
5.8.0
Maintainers
1

mdk

mdk is a cli helper for docker built at Matician.

Prerequisites

  • Python (3)
  • pip (3)
  • Docker(ce)

About Docker versions

Though mdk itself does not require a specific Docker version, it is often used in conjection with Docker features from the 1.40 Docker API. This is only supported by Docker releases >= 19.

Installation

$ pip3 install --user mdk

Note: you must have the mdk executable in your $PATH. If you used the installation instructions above, the executable is in ~/.local/bin.

Usage

Run the mdk command after installation for a full list of commands. For help on individual commands, use mdk COMMAND --help.

FAQ

How do I add custom configuration to containers created by mdk?

mdk automatically loads additional options from two files:

  • ext.mdk.json located in the same directory as mdk.json
  • ~/.config/mdk/mdk.json

FAQs

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