vic
vic copied to clipboard
vSphere Integrated Containers Engine is a container runtime for vSphere.
**VIC Version:** 0.1 / master / 3190 This is simply a request to see if we could make a nicer error/warning when some of the hosts in the cluster are...
see #1367. We shouldn't be depending on real infrastucture in session_test.go. There must be other unit tests that could be migrated to vcsim. This can be a catch-all for those
During a `pull busybox` it looks like a context deadline occurred somewhere on the portlayer side during a write image causing an inconsistent state. On repeat of the pull the...
**Story** As a viadmin I want vic-machine to fully validate my deployment options against the infrastructure As a viadmin I follow VMware best practice and place vCenter and ESX hosts...
Basic struct composition is simple and handled well by the extraConfig package: ``` type ContainerNetwork struct { metadata.ContainerNetwork PortGroup object.NetworkReference } ``` referencing that extended struct in place of the...
When executing docker images --no-trunc the user should see the non-truncated output -- this provides the complete image id. For example in native docker: ``` REPOSITORY TAG IMAGE ID CREATED...
It's proven awkward to exercise the portlayer only via the personality. #1044 provides for a direct portlayer client that allows us to bypass that requirement. - [ ] design: initial...
As a customer of vic, I want my engineers that use macOS machines to be able to install and configure VIC appliance with vic-machine. @karthik-narayan Which versions of macOS do...
After discussion with @hickeng about the fact that there's no way to push images to VIC 1.0, he suggested we may want to reconsider implementing docker load. Workaround is to...
**User Statement:** As a user of VIC engine, I should be able to use the `docker search` command to search for images on Docker Hub. **Details:** `docker search` can be...