From 7e3c007ea30b938561921d0318bc91b7087fbe7d Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Mon, 21 Mar 2016 13:01:28 -0700 Subject: [PATCH] Update readme and version to 0.1.0 Signed-off-by: Michael Crosby --- LICENSE.code | 2 +- README.md | 13 ++----------- version.go | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/LICENSE.code b/LICENSE.code index c7a3f0c..8f3fee6 100644 --- a/LICENSE.code +++ b/LICENSE.code @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright 2013-2015 Docker, Inc. + Copyright 2013-2016 Docker, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 78e4312..10ae42a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,9 @@ # containerd Containerd is a daemon to control runC, built for performance and density. -Containerd leverages runC advanced features such as seccomp and user namespace support as well +Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. -#### Status - -*alpha* - -What does alpha, beta, etc mean? -* alpha - not feature complete -* beta - feature complete but needs testing -* prod ready - ready for production - ## Docs For more documentation on various subjects refer to the `/docs` directory in this repository. @@ -348,7 +339,7 @@ commit automatically with `git commit -s`. ## Copyright and license -Copyright © 2015 Docker, Inc. All rights reserved, except as follows. Code +Copyright © 2016 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file diff --git a/version.go b/version.go index 0976245..ad932ba 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package containerd -const Version = "0.0.5" +const Version = "0.1.0" var GitCommit = ""