vsphere-with-tanzu-nsxt-automated-lab-deployment

(★ 207)

vSphere with Tanzu using NSX-T Automated Lab Deployment

File Explorer

  • README.md
  • vsphere-with-tanzu-nsxt-lab-deployment.ps1

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

redis-server

View Details ▼

Persistent key-value database.

redis-server

Start Redis server, using the default port (6379), and write logs to `stdout`:

redis-server --daemonize yes

Start Redis server, using the default port, as a background process:

redis-server --port {{port}} --daemonize yes

Start Redis server, using the specified port, as a background process:

// repository documentation