This plugin adds Docker support to Play! Framework 1 applications.
require:
- docker -> docker 1.2.0
# Needed by Docker
- org.apache.httpcomponents -> httpclient 4.5.3
- org.apache.httpcomponents -> httpcore 4.4.5
repositories:
- sismicsNexusRaw:
type: http
artifact: "https://nexus.sismics.com/repository/sismics/[module]-[revision].zip"
contains:
- docker -> *
docker.remote_host=yourdockerhost.com
docker.remote_port=2400
docker.use_socket=true
docker.remote_host=yourdockerhost.com
docker.remote_port=2376
docker.cert_dir=/your/cert/dir
Alternately, you can authenticate to the Docker Engine using basic auth:
docker.authorization=base64_encoded
If you need to authenticate to the Docker Registry, add the following configuration parameters:
docker.registry.username=username
docker.registry.password=password
docker.registry.address=registry_address
The admin console allows you to monitor queries in realtime.
Add the following parameter to enable the admin console:
docker.console.enabled=true
Note: the admin console is enabled by default in Dev mode.
Add the following parameter to secure the admin console
docker.console.username=console
docker.console.password=pass1234
This software is released under the terms of the Apache License, Version 2.0. See LICENSE
for more
information or see https://opensource.org/licenses/Apache-2.0.