garden-runc/0.3.0
You can find the source of this version on GitHub at cloudfoundry-incubator/guardian-release. It was created based on the commit 796b6b06
.
Release Notes¶
max_containers
now defaults to250
- User groups are now properly supported when running processes in containers
- Mounts made on the host are now available to be bind mounted into containers
- Max number of open file descriptors for the garden server is now
65536
- The head of the net-in port allocation queue is now persisted across garden server process restarts, though it is not persisted through VM recreation
You can find a guide to transitioning from Garden-Linux to Garden-RunC here.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "garden-runc" version: "0.3.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.3.0" sha1: "41b636c490f193e9f97a0a75eee87e9d185cedf8"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 41b636c490f193e9f97a0a75eee87e9d185cedf8 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/guardian-release?v=0.3.0"