Skip to content

vspiewak/dpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

docker port forward

kubctl port-forward for docker

Tiny shell script to port-forward a local port to a specified Docker container already running.

Usage

dpf <container-name> <local-port> <container-port>

or simply:

dpf <container-name> <port>

Installation

To install or update dpf, you can use the install script using cURL:

curl -o- https://raw.githubusercontent.com/vspiewak/dpf/master/install.sh | bash

or Wget:

wget -qO- https://raw.githubusercontent.com/vspiewak/dpf/master/install.sh | bash

About

A simple Docker Port Forward tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages