vic icon indicating copy to clipboard operation
vic copied to clipboard

vSphere Integrated Containers Engine is a container runtime for vSphere.

Results 103 vic issues
Sort by recently updated
recently updated
newest added

**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...

area/ux
component/install
kind/debt
severity/4-minor

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

component/infrastructure
kind/debt
component/test
severity/3-moderate

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...

component/imagec
component/portlayer/storage
kind/debt
component/test
severity/3-moderate

**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...

kind/enhancement
area/ux
component/install
area/vmc
severity/4-minor

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...

component/utilities
severity/4-minor
component/config

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...

kind/defect
area/docker
help wanted
severity/4-minor

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...

component/portlayer
kind/debt
severity/3-moderate

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...

component/infrastructure
component/test
severity/4-minor

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...

kind/feature
area/docker
component/persona/docker
severity/3-moderate

**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...

kind/feature
component/persona/docker
severity/3-moderate