Dockerfile linksWhere to file issues: https://github.com/swarmpit/installer/issues
Source code: https://github.com/swarmpit/installer
Installer is your guide to setup swarmpit platform.
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
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
Content type
Image
Digest
sha256:ba179817d…
Size
123.2 MB
Last updated
7 months ago
docker pull swarmpit/install:edge