22
2018
06

dockward端口转发端口映射支持Windows/Linux

dockward端口转发端口映射支持Windows/Linux

系统:Windows/Linux

下载地址:dockward端口转发映射

点评:单个运行速度,可以支持域名与IP地址

项目地址:https://github.com/abiosoft/dockward

项目下载地址:https://github.com/abiosoft/dockward/releases

使用说明:

              程序 -host 本地端口 远程IP或者域名:端口

/dockward_windows_amd64.exe --host 8080 127.0.0.1:3000 127.0.0.1:3001

端口转发开始.bat

start "" "dockward_windows_amd64.exe" --host 2310 114.114.114.114:2300

start "" "dockward_windows_amd64.exe" --host 2311 200.kanguge.com:2301

Typical Dockward use cases include:

  • Port forwarding to containers without published ports.

  • Port forwarding to containers based on a filter.

  • Testing stateless app scaled via docker-compose.

Requirements

Docker 1.10 and docker deamon running.

Installation

Homebrew (OSX only)

Binary

Download binary for other platforms on the releases page or replace download link accordingly for OSX.

Source

Requires Go.

Usage

Note: If dockward is not running on Linux or docker host, you will access it via docker host ip (e.g. dockermachine ip). Except --hostmode.

Forward port 8080 to port 8080 in container amazing_leavitt.

Forward port 8080 to port 80 in containers with label type=nginx.

Forward port 8080 to a local port 3000.

Forward port 8080 to endpoints 127.0.0.1:3000 and 127.0.0.1:3001.

For more.

dockward --help

Limitations

  • Dockward is intended for simple local development use cases. It may work for you outside of that.

  • Docker networks created are default settings i.e. bridge/overlay as the case may be. Nothing special.

Why the name ?

Naming is hard, you know.

DockerForward, port forwarding tool for docker containers.

License

Apache 2

本站声明:网站内容来源于网络,如有侵权,请联系我们https://www.qiquanji.com,我们将及时处理。

微信扫码关注

更新实时通知

« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。