Sign inSign up

nicholaswilde/installer

By nicholaswilde

Updated about 5 years ago

A Docker image for jpillora's installer web server.

Image
0

2.8K

nicholaswilde/installer repository overview

installer

A Docker image for jpillora's installer web server.

Requirements

Usage

docker-compose
---
version: "2.1"
services:
  installer:
    image: nicholaswilde/installer
    container_name: installer
    environment:
      - USER=username   #optional
      - GH_TOKEN=token  #optional
      - PORT=3000       #optional
    ports:
      - 3000:3000
    restart: unless-stopped
docker cli
$ docker run -d \
  --name=installer \
  -e USER=username `#optional` \
  -e GH_TOKEN=token `#optional` \
  -e PORT=port `#optional` \
  -p 3000:3000 \
  --restart unless-stopped \
  nicholaswilde/installer

Tag summary

Content type

Image

Digest

Size

12.1 MB

Last updated

about 5 years ago

docker pull nicholaswilde/installer