Harbor is an open source project developed by VMware. Harbor is a registry that works with third party software like Notary or Clair. The script will install Harbor 2.0.5 with Trivy and docker on CentOS 8. Trivy is a simple and comprehensive vulnerability scanner for containers developed by...
install_harbor.sh
Tutorial for running Zalenium in Docker Container Host (DCH) Running Zalenium in Docker Container Host (DCH) Step 1: Create a volume for the DCH $ docker volume create --opt Capacity=20GB --name zalenium-dch-disk Step 2: Provision the...
vic-product-master.zip
-- Running Portainer on VIC Point your DOCKER HOST variable to the VCH Replace the variables with your VCH IP address $ export DOCKER HOST=W.X.Y.Z:2375 We will pass the -H flag to portainer so that it can point to the docker socker...
1 Comment - no search term matches found in comments.
Treating Containers as First-Class Citizens is what vSphere Integrated Containers can offer to IT-(Dev)Ops Teams through instantiating a Container-Image as a Virtual Machine. Therefore you do not have to build out a separate, tailored infrastructure stack and can continue to leverage...
Monitoring-Container-VMs-with-vRealize-Operations-Manager-master.zip
Concourse is a open source CI/CD tool. This tutorial provides step by step process to run concourse on vSphere Integrated Containers. Running Concourse on VIC Step 1: Creating volumes for containers docker volume create --opt Capacity=1GB -...
The docker-compose file covers bringing up a Apache Spark cluster with 1 Master and 1 Worker node. Furthermore, the container is modified to scale dynamically to add/remove worker nodes from the Spark cluster. The Master and Worker containers are build on top of work done by https://hub.docker...
snippet.txt
This is a simple docker-compose file to provision a higly avaialbe Elastic Stack cluster with 3 Elastic Search Nodes, 2 Logstash Nodes and 2 Kibana Nodes. Set the COMPOSE TLS VERSION correctly This is required as TLS 1.0 & 1.1 have been deprecated $ export COMPOSE TLS...
snippet.as
Harbor is an Open Source Project that is sponsored by VMware and is currently being sandboxed by the CNCF. It's a container registry that has all the bells and whistles that include Clair for CVE (critical vulnerability) scanning and Notary for image signing. The script will use the virtual...
install.sh
This is a simple docker-compose file that deploys a sample grid with one hub and one chrome and firefox node. Automating Selenium Grid with vSphere Integrated Containers This is a simple docker-compose file that deploys a sample grid with one hub and one chrome...