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.
See the Quick-start folder.
Run generate-keys.sh to create keys to be used by the web host and workers.
CONCOURSE_EXTERNAL_URL
- The URL to access concourse web at. Usually http://192.168.99.100:8080 or http://localhost:8080CONCOURSE_LOGIN
- Username to use for concourse basic auth.CONCOURSE_PASSWORD
= Password to use for concourse basic auth.
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.