Skip to content

docker job from windows-tools/33

Github source: 510f213 or master branch

Properties

docker

tls

ca

Optional PEM-encoded CA certificate for the docker daemon.

certificate

Optional PEM-encoded certificate for the docker daemon.

private_key

Optional PEM-encoded key for the docker daemon.

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/docker/ directory (learn more).

  • bin/enable-tls.ps1 (from enable-tls.ps1.erb)
  • bin/pre-start.ps1 (from pre-start.ps1)
  • config/certs/ca.pem (from ca.pem.erb)
  • config/certs/cert.pem (from cert.pem.erb)
  • config/certs/key.pem (from key.pem.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.