-
Notifications
You must be signed in to change notification settings - Fork 52
AdminWeb ON OFF Guide
ByoungSeob Kim edited this page Feb 23, 2026
·
4 revisions
CB-Spider provides the ADMINWEB option to selectively enable/disable AdminWeb UI and Swagger UI.
# AdminWeb ON/OFF setting
# default: ON
export ADMINWEB=ON # or OFF# ADMINWEB=ON (default)
sudo docker run --rm -p 1024:1024 \
-v ${HOME}/cloud-barista/cb-spider/meta_db:/root/go/src/github.com/cloud-barista/cb-spider/meta_db \
-e SPIDER_USERNAME="admin" -e SPIDER_PASSWORD="your-password" \
--name cb-spider \
cloudbaristaorg/cb-spider
# ADMINWEB=OFF
sudo docker run --rm -p 1024:1024 \
-e ADMINWEB=OFF \
-v ${HOME}/cloud-barista/cb-spider/meta_db:/root/go/src/github.com/cloud-barista/cb-spider/meta_db \
-e SPIDER_USERNAME="admin" -e SPIDER_PASSWORD="your-password" \
--name cb-spider \
cloudbaristaorg/cb-spider-
Install & Start Guide
-
Usage Guide
- Usage Overview
- Connection Management
- Region/Zone Info
- Quota Info
- VM Price Info
- VM Image Info
- VM Spec Info
- DB Spec Info
- VPC/Subnet Management
- Security Group Management
- KeyPair Management
- VM Management
- Disk Management
- Network Load Balancer(NLB) Management
- Kubernetes Cluster Management
- Object Storage(S3) Management
- RDBMS Management
- Tag Management
- Cloud Driver Capability Info
- (WIP)VM Multi‐Network Management
- Function Menu
- MetaDB Auto Backup
- How to get CSP Credentials
- Tutorials
- Developer Guide
- Cloud Driver Developer Guide
- CB‐Spider Multi‐Cloud Driver Developer Team Skill
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
- How to ...
- How to Use AWS S3 with Credentials
- How to Use Alibaba ECS i1.* Instance Types
- How to provision GPU VMs
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to get Azure available Regions
- How to profile memory usage in Golang
- [For Cloud-Migrator]