winc/0.1.0
You can find the source of this version on GitHub at cloudfoundry-incubator/winc-release. It was created based on the commit 650dea3
.
Release Notes¶
Initial release.
- Builds
winc
,winc-image
,winc-network
,nstar
executable plugins for garden-runc-release. - Enables creating and deleting containers from a
microsoft/windowsservercore
base image via guardian. - Configures external port mappings to ports 8080 and 2222 on container create (configurable port mappings not yet supported).
- ContainerSpec bind mounts supported.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "winc" version: "0.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/winc-release?v=0.1.0" sha1: sha256:
Or upload it to your director with the upload-release
command:
bosh upload-release --sha2 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/winc-release?v=0.1.0"