Update readme and version to 0.1.0
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
c28a87cbc1
commit
7e3c007ea3
3 changed files with 4 additions and 13 deletions
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
13
README.md
13
README.md
|
@ -1,18 +1,9 @@
|
||||||
# containerd
|
# containerd
|
||||||
|
|
||||||
Containerd is a daemon to control runC, built for performance and density.
|
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.
|
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
|
## Docs
|
||||||
|
|
||||||
For more documentation on various subjects refer to the `/docs` directory in this repository.
|
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 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
|
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
|
"docs" folder are licensed under the Creative Commons Attribution 4.0
|
||||||
International License under the terms and conditions set forth in the file
|
International License under the terms and conditions set forth in the file
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package containerd
|
package containerd
|
||||||
|
|
||||||
const Version = "0.0.5"
|
const Version = "0.1.0"
|
||||||
|
|
||||||
var GitCommit = ""
|
var GitCommit = ""
|
||||||
|
|
Loading…
Reference in a new issue