@dockate/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Goal of dockerproxy

This node project was created to permit to configure an external router for a docker network, without install docker on the router

How to run

execute node exec.js with params. Minimist are :

node exec.js \
	--dockerproxy.swarmHost "<swarm host ip>" \
	--dockerproxy.swarmPortHTTP "<swarm host port for docker API>" \
	--dockerproxy.swarmPortSSH "<swarm host port for SSH (docker not expose 'docker node ps <nodeid>' on API)>" \
	--dockerproxy.swarmUsername "<swarm host ssh login>" \
	--dockerproxy.swarmPassword "<swarm host ssh password>" \
    --dockerproxy.webservice "<path to js to control webservice>"

Give a webservice

Actually, there is these webservices :

Readme

Keywords

none

Package Sidebar

Install

npm i @dockate/core

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

35.4 kB

Total Files

20

Last publish

Collaborators

  • chklang