Hacker News new | ask | show | jobs
Show HN: Automatically move applications to containers
2 points by kriss9 3140 days ago
While not everyone knows how to run a containerized infrastructure, everyone knows their application should run in a container. This tool can move any application to a container (i.e. Docker) without reconfiguration.

1) Goto www.evolute.io and add name/e-mail to get access

2) Download and extract (on your Linux machine) wget https://github.com/evoluteio/chrysalis/archive/0.5.tar.gz

3) Run Chrysalis (`crysls`)

VMware crysls --mgmt-server MyESXiServer.localdomain.com --user root --vm MyVMName

Amazon EC2/GCE/Azure VM crysls --vm-host MyVmServer.publicdomain.com --user root --vm MyVMName

More docs here: https://github.com/evoluteio/chrysalis

4) Give Some Feedback http://bit.ly/ChrysalisFeedback

or

developing@evolute.io

Next Steps: Auto-instantiation of application Auto-generated Docker files Clustering (auto-Kubernetes support) ...