Sign inSign up

admpresales/da.dockerapp

By admpresales

Updated 6 months ago

Docker Application Package for Deployment Automation for Nimbus

Image
3

3.7K

admpresales/da.dockerapp repository overview

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


Latest Tags

6.3.2


Basic Commands for nimbusapp
DescriptionCommand
Bring containers upnimbusapp da:6.3.2 up
Stop existing containersnimbusapp da:6.3.2 stop
Start existing containersnimbusapp da:6.3.2 start
Terminate containersnimbusapp da:6.3.2 down
Inspect configurationnimbusapp da:6.3.2 inspect

Raw Docker App Commands
DescriptionCommand
Bring containers updocker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - up -d
Stop existing containersdocker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - stop
Start existing containersdocker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - start
Terminate containersdocker-app render admpresales/da.dockerapp:$TAG | docker-compose -p da -f - down
Inspect Configurationdocker-app inspect admpresales/da.dockerapp:$TAG

Networking Prerequisite

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


Adjusting Parameters at Run Time

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


Resource Requirements

Memory footprint at idle: 1.2 GB


Container Usage

URL: http://nimbusserver.aos.com:8089/da

Username: admin

Password: Password1

Tag summary

Content type

Image

Digest

sha256:377750625

Size

733 Bytes

Last updated

6 months ago

docker pull admpresales/da.dockerapp:6.3.0