A utility to help setup a docker development environment with host based routing
To install dotdocker
globally using npm
, run the following:
npm install -g dotdocker
Before Starting dotdocker
, make sure you are not running any other software that is listening on
ports 80, 443, or 19322. This will cause the command to fail.
Usage: dotdocker [options] [command]
A utility to help setup a docker development environment with host based routing
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
start Pull and start the proxy container and configure DNS
stop Stop the proxy container
restart Restart the proxy container