Skip to content

Commit cef7766

Browse files
authored
Merge pull request #25 from gnawux/release-0.8.1
Release 0.8.1
2 parents fca8315 + 8e467c8 commit cef7766

File tree

12 files changed

+33
-331
lines changed

12 files changed

+33
-331
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Performance-wise, **HyperContainer is super light**:
1717
- **Sub-second Boot**: milliseconds to launch a HyperContainer
1818
- **Slimmed Footprint**: ~28 MB RAM (512MB on AWS EC2)
1919

20-
With HyperContainer, the future of Container-as-a-Service is just around the corner.
21-
22-
![](https://trello-attachments.s3.amazonaws.com/552ba9ad83b51945d06ef23b/940x238/9e7346bfd21bc756361c70d8397e76f2/upload_2015-04-13_at_7.58.15_pm.png)
20+
Since version 0.8, HyperContainer supports [Kubernetes CRI (Container Runtime Interface)][CRI], and has been integrated with [kubernetes frakti][frakti].
2321

22+
[CRI]:http://blog.kubernetes.io/2016/12/container-runtime-interface-cri-in-kubernetes.html
23+
[frakti]:https://github.com/kubernetes/frakti

get_started/darwin.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

get_started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install
22

33

4-
## [Linux version](./install/linux.md)
4+
## [Binary packages for Linux distros](./install/linux.md)
55
## [Build from source](./install/build.md)

get_started/install/linux.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,9 @@
1010

1111
- Ubuntu ( > 14.04 )
1212
- CentOS/RHEL 7.x
13-
- Fedora ( > 20 )
13+
- Fedora ( > 23 )
1414
- Debian ( > 7.0 )
1515

16-
### RPMs for CentOS/RHEL7
16+
Download the pre-built packages from [download.hypercontainer.io][download.hypercontainer.io]
1717

18-
x86_64 binary packages:
19-
20-
> - [hyper-container-0.8.0-1.el7.centos.x86_64.rpm](https://hypercontainer-install.s3.amazonaws.com/hyper-container-0.8.0-1.el7.centos.x86_64.rpm)
21-
> - [hyperstart-0.8.0-1.el7.centos.x86_64.rpm](https://hypercontainer-install.s3.amazonaws.com/hyperstart-0.8.0-1.el7.centos.x86_64.rpm)
22-
> - [qemu-hyper-2.4.1-3.el7.centos.x86_64.rpm](https://hypercontainer-install.s3.amazonaws.com/qemu-hyper-2.4.1-3.el7.centos.x86_64.rpm)
23-
24-
and SRPMS:
25-
26-
> - [hyper-container-0.8.0-1.el7.centos.src.rpm](https://hypercontainer-install.s3.amazonaws.com/hyper-container-0.8.0-1.el7.centos.src.rpm)
27-
> - [hyperstart-0.8.0-1.el7.centos.src.rpm](https://hypercontainer-install.s3.amazonaws.com/hyperstart-0.8.0-1.el7.centos.src.rpm)
28-
29-
## RPMs for Fedora 23+
30-
31-
x86_64 binary packages:
32-
33-
> - [hyper-container-0.8.0-1.fc25.x86_64.rpm](https://hypercontainer-install.s3.amazonaws.com/hyper-container-0.8.0-1.fc25.x86_64.rpm)
34-
> - [hyperstart-0.8.0-1.fc25.x86_64.rpm](https://hypercontainer-install.s3.amazonaws.com/hyperstart-0.8.0-1.fc25.x86_64.rpm)
35-
36-
and SRPMS:
37-
38-
> - [hyper-container-0.8.0-1.fc25.src.rpm](https://hypercontainer-install.s3.amazonaws.com/hyper-container-0.8.0-1.fc25.src.rpm)
39-
> - [hyperstart-0.8.0-1.fc25.src.rpm](https://hypercontainer-install.s3.amazonaws.com/hyperstart-0.8.0-1.fc25.src.rpm)
40-
41-
> *Note*: The qemu shipped in Fedora could work well with Hyper, we did not package qemu for Fedora.
42-
43-
## Deb packages for Ubuntu
44-
45-
Binary packages for `amd64`:
46-
47-
> - [hypercontainer_0.8.0-1_amd64.deb](https://hypercontainer-install.s3.amazonaws.com/hypercontainer_0.8.0-1_amd64.deb)
48-
> - [hyperstart_0.8.0-1_amd64.deb](https://hypercontainer-install.s3.amazonaws.com/hyperstart_0.8.0-1_amd64.deb)
18+
[download.hypercontainer.io]:http://download.hypercontainer.io/

get_started/install/mac.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

instance/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

instance/ephemeral_&_persistent.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

pod/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

pod/pod_and_vm_states.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

pod/the_life_of_pod.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)