Skip to content

docker swarm mode; PaaS solution to build, deploy, manage, and scale your apps on any infrastructure (private or public cloud, VM, bare metal). Migrate in near-zero time. Get apps to market faster by focusing on the code and not the underlying infrastructure.

License

Notifications You must be signed in to change notification settings

Djuno-Ltd/paas-in-the-box

Repository files navigation

Image of Djuno Logo

MIT Licensed Build Status

paas-in-the-box

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.

Interactive mode

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

Non-interactive mode

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

About

docker swarm mode; PaaS solution to build, deploy, manage, and scale your apps on any infrastructure (private or public cloud, VM, bare metal). Migrate in near-zero time. Get apps to market faster by focusing on the code and not the underlying infrastructure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published