docker swarm mode, PaaS Solution to Build, Deploy, Manage, and Scale Your Apps. Get Apps to Market Faster by Focusing on the Code and Not on Underlying Infrastructure.
User is prompted to setup application from command line.
Example:
docker run -it --rm \
--name djuno-installer \
--volume /var/run/docker.sock:/var/run/docker.sock \
djunoltd/install:edge
Setup is done based on environment variables passed to installer. Interactive mode must be set to 0 (disabled).
Example:
docker run -it --rm \
--name djuno-installer \
--volume /var/run/docker.sock:/var/run/docker.sock \
-e INTERACTIVE=0 \
-e STACK_NAME=djuno \
-e APP_PORT=888 \
djunoltd/install:latest