Skip to content

kaelzhang/crane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crane

A mini linux container.

features

  • Copy on write filesystem (aufs)
  • Namespaces (clone)
  • Cgroup
  • Network Settings
  • ...

build

prerequisite

  • kernel support aufs
  • cgroup vfs mounted
git clone https://github.com/kenshin54/crane.git
cd crane
make

example

crane --name test --image /data/rootfs --bridge=br0 --network="192.168.1.5/24@192.168.1.1#192.168.1.255" --memory=200m --cpuset=0-1

reference

The part of network code copy from lxc project.

License

Copyright (c) 2014 kenshin54. Distributed under the MIT License. See LICENSE.txt for further details.

About

A mini linux container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published