Docker Application Package for Deployment Automation for Nimbus
3.7K
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, Autopass-partner
6.3.2
| Description | Command |
|---|---|
| Bring containers up | nimbusapp da:6.3.2 up |
| Stop existing containers | nimbusapp da:6.3.2 stop |
| Start existing containers | nimbusapp da:6.3.2 start |
| Terminate containers | nimbusapp da:6.3.2 down |
| Inspect configuration | nimbusapp da:6.3.2 inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - up -d |
| Stop existing containers | docker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - stop |
| Start existing containers | docker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - start |
| Terminate containers | docker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - down |
| Inspect Configuration | docker-app inspect admpresales/da.dockerapp:$TAG |
DA requires a network which can be built with the following command, which is preconfigured on the Nimbus Server 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:
nimbusapp da:$TAG -s DEVOPS_PORT=8089 up
Memory footprint at idle: 1.2 GB
URL: http://nimbusserver.aos.com:8089/da
Username: admin
Password: Password1
Content type
Image
Digest
sha256:377750625…
Size
733 Bytes
Last updated
6 months ago
docker pull admpresales/da.dockerapp:6.3.0