Managing_VIC_Container_Hosts

December 13, 2016

Managing VIC Container Hosts (VCH) To reboot or power off a vSphere Integrated Container host (VCH), enter “debug” mode using the VIC cli from a Docker client. Do not use the vSphere client. “IMPORTANT: Do not use the vSphere Web Client to perform operations on VCH appliances or container VMs. Specifically, using the vSphere Web […]

Comments Off on Managing_VIC_Container_Hosts

vSphere_Integrated_Containers_docker_stop_start

December 13, 2016

vSphere Integrated Containers – Docker stop and start commands To get info on containers running, use “docker ps -a” It is useful for container names, IDs and IP addresses of web containers/applications. Example 1: docker@ubuntu:~/vic$ docker ps -a CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES 5f19f6793ffa        busybox             “sh”                5 hours ago         Up 5 hours                              […]

Comments Off on vSphere_Integrated_Containers_docker_stop_start