Docker Application Package for Micro Focus Service Virtualization for Nimbus
3.9K
Supported through nimbusapp: https://github.com/admpresales/nimbusapp
Requires Docker Compose: https://docs.docker.com/compose/install/#install-compose
Requires Docker App 0.6.0: https://github.com/docker/app#installation
Requires Autopass or Autopass-partner: Autopass, Auotpass-partner
2023.R1
| Description | Command |
|---|---|
| Bring containers up | nimbusapp sv:2023.R1 up |
| Stop existing containers | nimbusapp sv:2023.R1 stop |
| Start existing containers | nimbusapp sv:2023.R1 start |
| Terminate containers | nimbusapp sv:2023.R1 down |
| Inspect configuration | nimbusapp sv:2023.R1 inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/sv.dockerapp:2023.R1 | docker-compose -p sv -f - up -d |
| Stop existing containers | docker-app render admpresales/sv.dockerapp:2023.R1 | docker-compose -p sv -f - stop |
| Start existing containers | docker-app render admpresales/sv.dockerapp:2023.R1 | docker-compose -p sv -f - start |
| Terminate containers | docker-app render admpresales/sv.dockerapp:2023.R1 | docker-compose -p sv -f - down |
| Inspect Configuration | docker-app inspect admpresales/sv.dockerapp:2023.R1 |
Service Virtualization requires a network which can be built with the following command, which is preconfigured on the NimbusServer VM
docker network create --subnet 172.50.0.0/16 --gateway 172.50.0.1 demo-net
If you need to change one of these parameters you can add that change to the docker-app command using the -s or --set option as in:
docker-app render admpresales/sv.dockerapp:2023.R1 -s SV_SVM_PORT=6086 | docker-compose -p sv -f - up -d
Memory footprint at idle:
SV Server - 1.3 GB
SV Management - 1.6 GB
SV Lab Management - 0.9 GB
SV Management URL: https://nimbusserver.aos.com:6086
Username: demo
Password: Password1
Content type
Image
Digest
sha256:e4af04d22…
Size
1.2 kB
Last updated
6 months ago
docker pull admpresales/sv.dockerapp:5.1.1