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.
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
XaaS blueprint in vRealize Automation to create a fast self-service offering of Virtual Container Hosts. For the list of steps and tutorial please take a look at this blog post: https://blogs.vmware.com/cloudnative/2017/11/07/using-vrealize-automation-deploy-vmware-virtual-container...
XaaS-blueprint-to-deploy-a-Virtual-Container-Host-on-vSphere-master.zip