Coder Social home page Coder Social logo

cask's Introduction

container and image management tool

status

prototype software just to prove a concept

No real production work should be done with this tool.

description

the initial goal of cask is to make it easy to manage containers and images

currently it supports building a image in a lxc against a given runtime. A runtime is thought of as a base image your application will run against.

This is slightly different than a base OS image since its main purpose is for deploying your application on a pre-defined application stack. Such examples would be a PHP application where all its dependencies have already been included in the runtime.

runtime

Any image can be used as a runtime but here is a quick way to bootstrap a runtime with lxc

lxc-create --template ubuntu --name ubuntu12  -- --release precise

quickstart

  • requires lxc 1.0
  • ensure you have a runtime available

install cask

go get github.com/sigmonsays/cask/cask

build your first container from this example directory

sudo cask build --caskpath examples/golang/cask

launch an image

sudo cask launch --name example-1 /srv/lxc/example.tar.gz

cask's People

Stargazers

 avatar

Watchers

 avatar  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.