cloudfoundry/winc

Name: winc

Owner: Cloud Foundry

Description: CLI tool for spawning and running containers on Windows according to the OCI specification

Created: 2017-05-11 15:24:05.0

Updated: 2018-05-23 21:37:22.0

Pushed: 2018-05-24 15:13:28.0

Homepage:

Size: 10685

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

winc

winc is a CLI tool for spawning and running containers on Windows according to the OCI specification.

Building
Requirements

To clone and build winc.exe:

et -d code.cloudfoundry.org/winc/...
GOPATH/src/code.cloudfoundry.org/winc
uild ./cmd/winc
Testing

Set the WINC_TEST_ROOTFS environment variable to the path to a container image, e.g. in powershell to test with the microsoft/windowsservercore Docker image:

$env:WINC_TEST_ROOTFS = "docker:///microsoft/windowsservercore)

To install Ginkgo and run the tests:

et github.com/onsi/ginkgo/...
GOPATH/src/code.cloudfoundry.org/winc
go -r -race -keepGoing
Using

Check out winc bosh release readme for creating new containers using winc.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.