Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jkrup/docker-dev-tools

Repository files navigation

Docker Dev Tools

A suite of cli tools to make development with docker a breeze.

Currently mostly focused on npm / nodeJS projects.

Install with:

npm i -g docker-dev-tools

This will give you the following awesome CLI tools:

  • dpm
  • dpx
  • dport
  • dssh

DPM

dpm

Use dpm instead of npm.

dpm is basically an alias for docker-compose run --rm app npm so instead of npm install you can dpm install. dpm start is a special alias for docker-compose up so that you can automatically make use of the port-forwards specified in your docker-compose.yml

If you do not have a docker-compose.yml file, a base one can be provided for you with: dpm init.

DPORT

dport

This lets you forward running ports from inside of containers after the fact. It first lists out all open ports that are not being forwarded, and then lets you select a port to forward it to.

About

Set of tools to make development in Docker a breeze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /