gregarcara / concourse-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concourse Docker

Deprecated

See the new official image for the latest.

Running 1.4.1

Create Docker images to run Concourse in.

See here for more details.

See Standalone Binaries for binary details.

Usage

Quick-start

See the Quick-start folder.

Generate private keys

Run generate-keys.sh to create keys to be used by the web host and workers.

Environment variables

  • CONCOURSE_EXTERNAL_URL - The URL to access concourse web at. Usually http://192.168.99.100:8080 or http://localhost:8080
  • CONCOURSE_LOGIN - Username to use for concourse basic auth.
  • CONCOURSE_PASSWORD = Password to use for concourse basic auth.

Start Concourse

Run:

docker-compose up

Open the CONCOURSE_EXTERNAL_URL specified above (http://192.168.99.100:8080) and start using concourse.

See Using Concourse to get started.

About


Languages

Language:Shell 100.0%