DEV Community

Discussion on: Who's looking for open source contributors? (May 7 edition)

Collapse
 
iamfrntdv profile image
Eduard Pochtar 👨‍💻 • Edited

Pocok.io

It's a Docker tool that helps to initialise and run project of any complexity with a simple command line interface.

To start any existing project (local, remote) all you have to do is just to run simple command:

$:~ pocok run my-project

it will clone your project, pull all required images and run you project.
You can create multiple environments/plans for development, production, demo etc.
You can also create your own catalog/registry or use GitHub or Gitlab integration.