Rocket 0.5.3 release, the main update information is as follows:
{Container,container} changed globally to {pod,pod}
{Rocket,rocket} changed globally to Rkt
Rkt install properly sets permissions for all directories
RKT fetch leverages the CAS. Store Tmpdir/tmpfile functions (now exported) to generate temporary files for downloads
Pod lifecycle states are now exported for use with other packages
Metadata service properly synchronizes access to pod state
See the release page for more information.
Download Address:
Rkt-v0.5.3.tar.gz
Source Code (Zip)
Source Code (TAR.GZ)
Rocket Github homepage is as follows:
Https://github.com/coreos/rkt
Rocket is a CoreOS container engine, similar to Docker, which helps developers pack applications and rely on packages to portable containers to simplify the deployment of environments. The difference between rocket and Docker is that rocket does not docker the "friendly features" offered to business users, such as the cloud Services Accelerator, the cluster system, etc. Conversely, what Rocket wants to do is a more pure industry standard.
CoreOS its container as app containers, which contains app container image, runtime, Container-discovery protocol, and so on. Among them, App Container image and Docker image are similar, contains the necessary elements of the application, such as source code and binary files. Rocket Runtime is built according to the APP Container Standard specification, designed to make the container truly a command-line tool.
RELATED LINKS
Rocket Details: please click here
Rocket Download Address: please click here
Want to access open source China via a mobile client (support for Android, IPhone, and Windows phone): please click here
In addition to the site note reproduced, are original site or compiled
Welcome to any form of reprint, but please be sure to indicate the source, respect for others work to create open source community
Reprint Please specify: Article reproduced from: Open source China community [Http://www.oschina.net]
Article title: Rocket 0.5.3 release, CoreOS container engine
This article address: http://www.oschina.net/news/61111/rocket-0-5-3