Skip to content

gregarcara/concourse-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages