Docker Application Package for AutoPass For Nimbus
9.2K
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
25.2
| Description | Command |
|---|---|
| Bring containers up | nimbusapp autopass:25.2 up |
| Stop existing containers | nimbusapp autopass:25.2 stop |
| Start existing containers | nimbusapp autopass:25.2 start |
| Terminate containers | nimbusapp autopass:25.2 down |
| Inspect configuration | nimbusapp autopass:25.2 inspect |
| Description | Command |
|---|---|
| Bring containers up | docker-app render admpresales/autopass.dockerapp:25.2 | docker-compose -p autopass -f - up -d |
| Stop existing containers | docker-app render admpresales/autopass.dockerapp:25.2 | docker-compose -p autopass -f - stop |
| Start existing containers | docker-app render admpresales/autopass.dockerapp:25.2 | docker-compose -p autopass -f - start |
| Terminate containers | docker-app render admpresales/autopass.dockerapp:25.2 | docker-compose -p autopass -f - down |
| Inspect Configuration | docker-app inspect admpresales/autopass.dockerapp:25.2 |
AutoPass 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:
nimbussapp -s AUTOPASS_PORT=5814 autopass:25.2 up
Username = admin
Password = P@ssword1
All images include license keys, so these images should never - under any circumstance - be published to a public Docker repository.
The AutoPass container must be started before starting any other containers since some application containers copy files from the AutoPass server into the proper licensing place in those containers.
Content type
Image
Digest
sha256:bf26e503c…
Size
770 Bytes
Last updated
6 months ago
docker pull admpresales/autopass.dockerapp:10.9.0