Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Update readme and version to 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
  • Loading branch information
crosbymichael committed Mar 21, 2016
1 parent c28a87c commit 7e3c007
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE.code
Expand Up @@ -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.
Expand Down
13 changes: 2 additions & 11 deletions 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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package containerd

const Version = "0.0.5"
const Version = "0.1.0"

var GitCommit = ""

0 comments on commit 7e3c007

Please sign in to comment.