Sign inSign up

swarmpit/install

By swarmpit

Updated 7 months ago

Swarmpit installer

Image
5

500K+

swarmpit/install repository overview

Quick reference

What is installer ?

Installer is your guide to setup swarmpit platform.

How to use this image

Interactive mode

User is prompted to setup application from command line.

Example:

docker run -it --rm \
  --name swarmpit-installer \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  swarmpit/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 swarmpit-installer \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  -e INTERACTIVE=0 \
  -e STACK_NAME=swarmpit \
  -e APP_PORT=888 \
  swarmpit/install:edge
Parameters
Mandatory
  • INTERACTIVE - must be set to 0 (disabled)
Optional
  • STACK_NAME - default to swarmpit
  • APP_PORT - default to 888
  • DB_VOLUME_DRIVER - default to local

Tag summary

Content type

Image

Digest

sha256:ba179817d

Size

123.2 MB

Last updated

7 months ago

docker pull swarmpit/install:edge