Sign inSign up

admpresales/aos.dockerapp

By admpresales

•Updated 6 months ago

Docker Application Package for Advantage Online Shopping Dev for Nimbus

Image
4

10K+

admpresales/aos.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⁠


⁠Latest Tags

3.3


⁠Basic Commands for nimbusapp
DescriptionCommand
Bring containers upnimbusapp aos:$TAG up
Stop existing containersnimbusapp aos:$TAG stop
Start existing containersnimbusapp aos:$TAG start
Terminate containersnimbusapp aos:$TAG down
Inspect configurationnimbusapp aos:$TAG inspect

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

⁠Networking Prerequisite

AOS 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


⁠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 aos:$TAG -s MAIN_PORT=8000 up


⁠Container Usage

URL: http://nimbusserver.aos.com:8000

Username: admin

Password: adm1n

⁠Postgres Database Access

Port: 5432 User: aos

The aos-config-service container is built on Alpine. To access it, you'll be required to use the following exec command:

docker exec -it aos-config-service ash

Tag summary

Content type

Image

Digest

sha256:39dca42ae…

Size

988 Bytes

Last updated

6 months ago

docker pull admpresales/aos.dockerapp:1.1.7