0.0.3 • Published 5 years ago

@danilosampaio/dockerup v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

dockerup

Create a dockerized development environment for your applications with zero configuration.

Install & Run

$ npm install -g @danilosampaio/dockerup

and run dockerup at your project root directory

$ dockerup

Node applications

for node applications, it will run start script from package.json.

Ports

By default, all the docker container ports will be mapped/exposed in the host.

Licence

MIT © Danilo Sampaio