Docker Application Package for Advantage Online Shopping Dev for Nimbus
10K+
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
3.3
| Description | Command |
|---|---|
| Bring containers up | nimbusapp aos:$TAG up |
| Stop existing containers | nimbusapp aos:$TAG stop |
| Start existing containers | nimbusapp aos:$TAG start |
| Terminate containers | nimbusapp aos:$TAG down |
| Inspect configuration | nimbusapp aos:$TAG inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/aos.dockerapp:$TAG | docker-compose -p aos -f - up -d |
| Stop existing containers | docker-app render admpresales/aos.dockerapp:$TAG | docker-compose -p aos -f - stop |
| Start existing containers | docker-app render admpresales/aos.dockerapp:$TAG | docker-compose -p aos -f - start |
| Terminate containers | docker-app render admpresales/aos.dockerapp:$TAG | docker-compose -p aos -f - down |
| Inspect Configuration | docker-app inspect admpresales/aos.dockerapp:$TAG |
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
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
URL: http://nimbusserver.aos.com:8000
Username: admin
Password: adm1n
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
Content type
Image
Digest
sha256:39dca42ae…
Size
988 Bytes
Last updated
6 months ago
docker pull admpresales/aos.dockerapp:1.1.7