docker job from windows-tools/36
Github source:
1a770cd
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
(fromenable-tls.ps1.erb
)bin/pre-start.ps1
(frompre-start.ps1
)config/certs/ca.pem
(fromca.pem.erb
)config/certs/cert.pem
(fromcert.pem.erb
)config/certs/key.pem
(fromkey.pem.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.