Giter VIP home page Giter VIP logo

jenova's Introduction

Jenova

Create a Docker image from a server accessible over SSH.

Alpha release. You have been warned

jenova

Requirements

  • docker (and boot2docker if you are not on Linux)
  • pv

Jenova doesn't currently support Windows. PR are welcome

Install

sudo curl -sL https://raw.githubusercontent.com/kargo/jenova/master/jenova -o /usr/bin/jenova

How to use

jenova [ip-or-domain-name] [name-of-image-to-create] [additonal-files-or-folders-to-sync]

What does it do?

  1. Find the package manager on the remote host
  2. Use it to find all files that were installed through it
  3. Sync those files, as well as '/etc', '/opt' and '/root'
  4. If you specify additional files, sync those as well

Warning

Size

Most likely the generated image will be very large (>1Gb at least). Jenova helps you synchronizing systems, but it doesn't help you be smart. You should use Jenova-generated images only for local development and testing purposes.

It's Docker

To start a container from your image:

docker run -it [image-name] bash

Jenova doesn't provide replacements for /sbin/init. When you start a machine, it will not start services automatically. We recommend to use Kargo to run the generated image and to install additional things on that image.

License

MIT.

jenova's People

Contributors

stelcheck avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.